Skip to content

Commit 4c6edc6

Browse files
author
Ives van Hoorne
committed
Typo fix
1 parent 53d90b4 commit 4c6edc6

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
@@ -9,7 +9,7 @@ docker cp $id:/app/www/ ./.deliver/ && \
99
docker rm -v $id && \
1010
echo "Copy static files" && \
1111
cp www/* .deliver/www/* && \
12-
echo "Tarring build files"
12+
echo "Tarring build files" && \
1313
tar -C .deliver -zcvf .deliver/code_sandbox_client.tar.gz www && \
1414
echo "Cleaning remote tar" && \
1515
ssh nginx@ssh.codesandbox.io "rm -f code_sandbox_client.tar.gz" && \

0 commit comments

Comments
 (0)