Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Oct 12, 2024
1 parent 92e7768 commit ece3151
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ jobs:
- uses: actions/checkout@main
- run: npm i
- run: npm run build
- uses: jakejarvis/[email protected]
with:
args: --acl public-read --follow-symlinks --delete
env:
AWS_S3_BUCKET: 'derekbrown.io'
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'us-east-1'
SOURCE_DIR: 'dist'
- uses: lakuapik/gh-actions-http-status@v1
with:
sites: '["https://derekbrown.io", "https://www.derekbrown.io"]'
Expand All @@ -21,4 +30,4 @@ jobs:
with:
args: 'https://derekbrown.io has been deployed.'
env:
DISCORD_WEBHOOK: ${{ secrets.CODE_DEPLOY_BOT_DISCORD_WEBHOOK }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit ece3151

Please sign in to comment.