config buckets

This commit is contained in:
Jim Moffet
2022-06-23 14:08:29 -07:00
parent ddd13b9995
commit e17c26d1f6
5 changed files with 8 additions and 8 deletions

View File

@@ -125,7 +125,7 @@ generate-manifest:
.PHONY: upload-static ## Upload the static files to be served from S3
upload-static:
aws s3 cp --region eu-west-1 --recursive --cache-control max-age=315360000,immutable ./app/static s3://${DNS_NAME}-static
aws s3 cp --region us-west-2 --recursive --cache-control max-age=315360000,immutable ./app/static s3://${DNS_NAME}-static
.PHONY: cf-deploy
cf-deploy: ## Deploys the app to Cloud Foundry