We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08858d7 commit 17439beCopy full SHA for 17439be
.github/workflows/php-sandbox.yml
@@ -70,5 +70,5 @@ jobs:
70
71
- name: Extract
72
run : |
73
- sshpass -p ${{ secrets.SANDBOX_SSH_PASSWORD }} ssh -o StrictHostKeyChecking=no ${{ secrets.SANDBOX_SSH_USER }}@${{ secrets.SANDBOX_SSH_HOST }} "cd /home/socialgo/www && tar xzvf artifact.tar.gz && rm artifact.tar.gz && sudo cp -r artifact/* twitch-widget-sandbox/ && sudo rm -R artifact"
+ sshpass -p ${{ secrets.SANDBOX_SSH_PASSWORD }} ssh -o StrictHostKeyChecking=no ${{ secrets.SANDBOX_SSH_USER }}@${{ secrets.SANDBOX_SSH_HOST }} "cd /home/socialgo/www && tar xzvf artifact.tar.gz -C /twitch-widget-sandbox && rm artifact.tar.gz"
74
0 commit comments