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