File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
aws-region : ${{secrets.AWS_REGION}}
52
52
role-to-assume : ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
53
53
- 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/
Original file line number Diff line number Diff line change 60
60
role-to-assume : ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
61
61
- name : Sync to S3
62
62
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
Original file line number Diff line number Diff line change 30
30
role-to-assume : ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
31
31
- name : Sync to S3
32
32
# 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
You can’t perform that action at this time.
0 commit comments