Skip to content

Commit

Permalink
server: Try to fix ssh deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jan 10, 2021
1 parent a0f76a1 commit 266c3be
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ./conf/server-compose.yml [email protected]:./
- name: Update images
uses: appleboy/ssh-action@master
with:
host: app.prolink.tools
script: |
run: |
sudo ssh -t [email protected] << EOF
docker-compose -f ./server-compose.yml pull
docker-compose -f ./server-compose.yml rm -s -v prolink-tools
docker-compose -f ./server-compose.yml up
EOF

1 comment on commit 266c3be

@vercel
Copy link

@vercel vercel bot commented on 266c3be Jan 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.