Skip to content

Commit

Permalink
switches back to pushing to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Jan 23, 2025
1 parent 124ccdd commit 2e248b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_PUBLICPATH=/zoning-summary-generator/
VITE_PUBLICPATH=/zoning-summary-generator-dev/
2 changes: 1 addition & 1 deletion .github/workflows/prod_push_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
aws-region: us-east-1

- name: Deploy static site to S3 bucket
run: aws s3 sync dist s3://dpd-zoning-summary-generator --delete
run: aws s3 sync dist s3://dpd-zoning-summary-generator-dev --delete

0 comments on commit 2e248b1

Please sign in to comment.