We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0502683 commit 490a4e1Copy full SHA for 490a4e1
.circleci/config.yml
@@ -66,7 +66,7 @@ jobs:
66
command: |
67
tar -czf dist.tar.gz ~/repo/packages/docs/.output/public -C ~/repo/packages/docs/.output/public .
68
scp ~/repo/dist.tar.gz $SERVER_USER@$SERVER_IP:~/tmp
69
- ssh $SERVER_USER@$SERVER_IP /bin/bash << EOF
+ ssh $SERVER_USER@$SERVER_IP /bin/bash \<< EOF
70
rm -rf $DEPLOY_PATH/*
71
tar -xzf ~/tmp/dist.tar.gz -C $DEPLOY_PATH
72
rm -f ~/tmp/dist.tar.gz
0 commit comments