moved images to s3 and added terraform scripts
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user