Skip to content

Commit ccd8a6a

Browse files
author
Ives van Hoorne
committed
Sleep time
1 parent 4c6edc6 commit ccd8a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mkdir .deliver/www && \
88
docker cp $id:/app/www/ ./.deliver/ && \
99
docker rm -v $id && \
1010
echo "Copy static files" && \
11-
cp www/* .deliver/www/* && \
11+
cp static/* .deliver/www/* && \
1212
echo "Tarring build files" && \
1313
tar -C .deliver -zcvf .deliver/code_sandbox_client.tar.gz www && \
1414
echo "Cleaning remote tar" && \

0 commit comments

Comments
 (0)