Skip to content

Commit

Permalink
update to new robusta bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
arikalon1 committed Aug 11, 2021
1 parent a314581 commit 69209ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
zip -r ./example-playbooks.zip ./playbooks
- name: Upload examples playbook to public gcp bucket
run: gsutil cp ./example-playbooks.zip gs://robusta-public-new/${{ env.RELEASE_VER }}/example-playbooks.zip
run: gsutil cp ./example-playbooks.zip gs://robusta-public/${{ env.RELEASE_VER }}/example-playbooks.zip

- name: Set up Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
# using relative path doesn't work for some reason (aka ./_build/html)
- name: Upload docs to public gcp bucket
run: gsutil rsync -R /home/runner/work/robusta/robusta/docs/_build/html gs://robusta-public-new/${{ env.DOCS_VERSION }}/
run: gsutil rsync -R /home/runner/work/robusta/robusta/docs/_build/html gs://robusta-public/${{ env.DOCS_VERSION }}/

0 comments on commit 69209ff

Please sign in to comment.