8000 change bucket name for workflows (#353) · sarvjeetdev/pyscript@4fff4c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fff4c8

Browse files
authored
change bucket name for workflows (pyscript#353)
1 parent 86eb771 commit 4fff4c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
aws-region: ${{secrets.AWS_REGION}}
5252
role-to-assume: ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
5353
- name: Sync to S3
54-
run: aws s3 sync --quiet ./examples/build/ s3://pyscript-static/alpha/
54+
run: aws s3 sync --quiet ./examples/build/ s3://pyscript.net/alpha/

.github/workflows/build-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
role-to-assume: ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
6161
- name: Sync to S3
6262
if: github.ref == 'refs/heads/main'
63-
run: aws s3 sync --quiet ./examples/build/ s3://pyscript-static/unstable
63+
run: aws s3 sync --quiet ./examples/build/ s3://pyscript.net/unstable

.github/workflows/sync-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
role-to-assume: ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
3131
- name: Sync to S3
3232
# Sync outdated or new files, delete ones no longer in source
33-
run: aws s3 sync --quiet --delete . s3://pyscript-static/examples/ # Sync directory, delete what is not in source
33+
run: aws s3 sync --quiet --delete . s3://pyscript.net/examples/ # Sync directory, delete what is not in source

0 commit comments

Comments
 (0)
0