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 f49ff62 commit 4f31b42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
steps:
- uses: actions/checkout@main
- run: npm i
- run: npm run build
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: 'us-east-1'
- run: aws s3 sync ./dist s3://derekbrown.io
- run: make upload
- uses: lakuapik/gh-actions-http-status@v1
with:
sites: '["https://derekbrown.io", "https://www.derekbrown.io"]'
Expand Down

0 comments on commit 4f31b42

Please sign in to comment.