Skip to content

Commit

Permalink
Update deploy location
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrelsford committed Nov 22, 2023
1 parent 15fedcd commit 2fb2c08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Copy to S3
working-directory: vacs-map-app
run: |
aws s3 sync dist s3://stories2.theplotline.org/vacs/ --delete
aws s3 sync dist s3://vacs.theplotline.org/ --delete
- name: Clear Cloudfront cache
run: |
aws cloudfront create-invalidation --distribution-id $cloudfront_distribution --paths '/vacs/*'
aws cloudfront create-invalidation --distribution-id $cloudfront_distribution --paths '/*'
2 changes: 1 addition & 1 deletion vacs-map-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"build-staging": "vite build --base=/vacs/",
"build-staging": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
Expand Down

0 comments on commit 2fb2c08

Please sign in to comment.