updated front for s3

master
Vic 2 years ago
parent da709204c8
commit 1446d112b0

@ -1 +1 @@
node_modules
node_modulesset_env.sh

@ -0,0 +1,11 @@
# This file is used for convenience of local development.
# DO NOT STORE YOUR CREDENTIALS INTO GIT
export POSTGRES_USERNAME=postgres
export POSTGRES_PASSWORD=postgres
export POSTGRES_HOST=database-1.cvudakyyy77n.us-east-1.rds.amazonaws.com
export POSTGRES_DB=postgres
export AWS_BUCKET=arn:aws:s3:::udagram593666028033
export AWS_REGION=us-east-1
export AWS_PROFILE=default
export JWT_SECRET=mysecretstring
export URL=http://localhost:8100

@ -1,2 +1,2 @@
aws s3 cp --recursive --acl public-read ./www s3://myawsbucket-75139724085/
aws s3 cp --acl public-read --cache-control="max-age=0, no-cache, no-store, must-revalidate" ./www/index.html s3://myawsbucket-75139724085/
aws s3 cp --recursive --acl public-read ./www s3://udagram593666028033/
aws s3 cp --acl public-read --cache-control="max-age=0, no-cache, no-store, must-revalidate" ./www/index.html s3://udagram593666028033/

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save