moved images to s3 and added terraform scripts
This commit is contained in:
4
build.sh
4
build.sh
@@ -2,7 +2,7 @@ mkdir build
|
||||
cd main-web/client
|
||||
npm run build
|
||||
cd ../../
|
||||
mv main-web/client/client build/
|
||||
mv main-web/client/client build
|
||||
cd tools/janken
|
||||
npm run build
|
||||
cd ../../
|
||||
@@ -10,6 +10,6 @@ mv tools/janken/tool build
|
||||
cd main-web/server
|
||||
npm run build
|
||||
cd ../../
|
||||
mv main-web/server/build server/
|
||||
mv main-web/server/build build/server
|
||||
tar czf build.tar.gz build/
|
||||
rm -rf build/
|
||||
Reference in New Issue
Block a user