mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
website deploy scripts
This commit is contained in:
parent
6157a5e25b
commit
92f82eba14
2 changed files with 6 additions and 0 deletions
3
website/deploy-dev
Executable file
3
website/deploy-dev
Executable file
|
@ -0,0 +1,3 @@
|
|||
npm run build
|
||||
aws s3 sync ./dist s3://dev.responsively.app --delete --acl public-read
|
||||
aws cloudfront create-invalidation --distribution-id E1H2GQ4VMDZLXT --paths "/*"
|
3
website/deploy-prod
Executable file
3
website/deploy-prod
Executable file
|
@ -0,0 +1,3 @@
|
|||
npm run build
|
||||
aws s3 sync ./dist s3://responsively.app --delete --acl public-read
|
||||
aws cloudfront create-invalidation --distribution-id E30WYS4T1RMPPE --paths "/*"
|
Loading…
Reference in a new issue