Skip to content

Commit

Permalink
server: Detach after server up
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jan 10, 2021
1 parent 35a1f22 commit 7c02e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: |
ssh [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
docker-compose -f ./server-compose.yml rm --stop -v prolink-tools
docker-compose -f ./server-compose.yml up --detach
EOF

1 comment on commit 7c02e10

@vercel
Copy link

@vercel vercel bot commented on 7c02e10 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.