Skip to content

Commit

Permalink
Removing dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
tolzhabayev committed Oct 14, 2024
1 parent d681d97 commit 7964959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-developer-portal-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:

- name: 'Deploy to Developer Portal Bucket'
run: |
gsutil -m rsync -r -d -c -n ./docusaurus/website/build/ gs://staging-developer-portal/plugin-tools
gsutil -m rsync -r -d -c ./docusaurus/website/build/ gs://staging-developer-portal/plugin-tools
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-developer-portal-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:

- name: 'Deploy to Developer Portal Bucket'
run: |
gsutil -m rsync -r -d -c -n ./docusaurus/website/build/ gs://grafana-developer-portal/plugin-tools
gsutil -m rsync -r -d -c ./docusaurus/website/build/ gs://grafana-developer-portal/plugin-tools

0 comments on commit 7964959

Please sign in to comment.