We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce46e6 commit 90bfb41Copy full SHA for 90bfb41
deploy.sh
@@ -7,6 +7,8 @@ mkdir .deliver && \
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/* & \
12
echo "Tarring build files"
13
tar -C .deliver -zcvf .deliver/code_sandbox_client.tar.gz www && \
14
echo "Cleaning remote tar" && \
src/app/robots.txt static/robots.txtsrc/app/robots.txt renamed to static/robots.txt
0 commit comments