We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4b526 commit fb17a40Copy full SHA for fb17a40
1 file changed
.github/workflows/deploy-action.yml
@@ -34,4 +34,4 @@ jobs:
34
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
35
chmod 600 ~/.ssh/id_rsa
36
ssh-keyscan 51.254.117.6 >> ~/.ssh/known_hosts
37
- ssh -i ~/.ssh/id_rsa debian@51.254.117.6 "cd /home/debian && git pull origin main && ./install.sh"
+ ssh -i ~/.ssh/id_rsa debian@51.254.117.6 "cd /home/debian/sentimental_analyses && git pull origin main && ./install.sh"
0 commit comments