Skip to content

Commit fb17a40

Browse files
authored
Update deploy-action.yml
1 parent db4b526 commit fb17a40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
3535
chmod 600 ~/.ssh/id_rsa
3636
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"
37+
ssh -i ~/.ssh/id_rsa debian@51.254.117.6 "cd /home/debian/sentimental_analyses && git pull origin main && ./install.sh"

0 commit comments

Comments
 (0)