Skip to content

Commit 5d9afc1

Browse files
committed
fix ssh
1 parent fb17a40 commit 5d9afc1

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/sentimental_analyses && 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 && docker compose up -d"

0 commit comments

Comments
 (0)