Skip to content

Commit

Permalink
don't push to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
rgraue committed Mar 29, 2024
1 parent 68135f4 commit f8b63a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
- name: Upload assets to s3
shell: bash
run: |
aws s3 cp ./index.html s3://app2.zwellhome.com/index.html
aws s3 cp ./404.html s3://app2.zwellhome.com/404.html
echo "push s3"
# aws s3 cp ./index.html s3://app2.zwellhome.com/index.html
# aws s3 cp ./404.html s3://app2.zwellhome.com/404.html


0 comments on commit f8b63a3

Please sign in to comment.