Skip to content

Commit

Permalink
server: Be quiter when deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jan 10, 2021
1 parent 83ad6d2 commit c0e3e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Update images
run: |
ssh [email protected] << EOF
docker-compose -f ./server-compose.yml pull
docker-compose -f ./server-compose.yml pull --quiet
docker-compose -f ./server-compose.yml rm --force --stop -v prolink-tools
docker-compose -f ./server-compose.yml up --detach
EOF

1 comment on commit c0e3e5a

@vercel
Copy link

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