Skip to content

Commit 490a4e1

Browse files
committed
Updated config.yml
1 parent 0502683 commit 490a4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
command: |
6767
tar -czf dist.tar.gz ~/repo/packages/docs/.output/public -C ~/repo/packages/docs/.output/public .
6868
scp ~/repo/dist.tar.gz $SERVER_USER@$SERVER_IP:~/tmp
69-
ssh $SERVER_USER@$SERVER_IP /bin/bash << EOF
69+
ssh $SERVER_USER@$SERVER_IP /bin/bash \<< EOF
7070
rm -rf $DEPLOY_PATH/*
7171
tar -xzf ~/tmp/dist.tar.gz -C $DEPLOY_PATH
7272
rm -f ~/tmp/dist.tar.gz

0 commit comments

Comments
 (0)