Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsloop-ss committed Feb 4, 2024
1 parent 0fbee84 commit 9f7ca12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:

- name: Deploy to S3
run: |
aws s3 ls s3://site-prod-devopsloop-site-origin
aws s3 sync public/ s3://site-prod-devopsloop-site-origin
aws s3 sync --debug public/ s3://site-prod-devopsloop-site-origin
#hugo deploy --logLevel debug --target prod # Change target to a var if you have multiple target envs
- name: Invalidate CloudFront cache (optional)
Expand Down

0 comments on commit 9f7ca12

Please sign in to comment.