We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d90b4 commit 4c6edc6Copy full SHA for 4c6edc6
deploy.sh
@@ -9,7 +9,7 @@ docker cp $id:/app/www/ ./.deliver/ && \
9
docker rm -v $id && \
10
echo "Copy static files" && \
11
cp www/* .deliver/www/* && \
12
-echo "Tarring build files"
+echo "Tarring build files" && \
13
tar -C .deliver -zcvf .deliver/code_sandbox_client.tar.gz www && \
14
echo "Cleaning remote tar" && \
15
ssh nginx@ssh.codesandbox.io "rm -f code_sandbox_client.tar.gz" && \
0 commit comments