Skip to content

Commit

Permalink
fixup! Add workflow deploying to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Jan 8, 2024
1 parent 2f819e1 commit 30e579d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/deploy-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
- build
steps:
- uses: actions/download-artifact@v4
- uses: shallwefootball/s3-upload-action@master
- uses: reggionick/s3-deploy@v4
env:
AWS_ACCESS_KEY_ID: ${{ secrets.STATIC_ZEEK_ORG_AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.STATIC_ZEEK_ORG_AWS_SECRET_ACCESS_KEY }}
with:
source_dir: spicy-course
aws_key_id: ${{ secrets.STATIC_ZEEK_ORG_AWS_ACCESS_KEY }}
aws_secret_access_key: ${{ secrets.STATIC_ZEEK_ORG_AWS_SECRET_ACCESS_KEY }}
aws_bucket: static.zeek.org
folder: spicy-course
bucket: static.zeek.org
bucket-region: us-east-1
delete-removed: true

0 comments on commit 30e579d

Please sign in to comment.