moved images to s3 and added terraform scripts

This commit is contained in:
2020-08-08 19:27:32 +09:00
parent d0a8424731
commit 94a9d18c02
90 changed files with 859 additions and 55 deletions

View File

@@ -38,7 +38,7 @@
{
"type": "shell",
"inline": [
"sudo yum update",
"sudo yum -y update",
"sudo yum -y install unzip",
"sudo yum -y install nano",
"sudo yum -y install dos2unix",

View File

@@ -3,4 +3,5 @@
aws s3 cp s3://catherine-fc-infra/build.tar.gz .
tar zxf build.tar.gz
rm build.tar.gz
node build/server/index.js
cd build
node server/index.js