Skip to content

Commit

Permalink
ci deploy quiet pull
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed Jun 11, 2024
1 parent 134d5ad commit 8c4d58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ jobs:
port: ${{ secrets.SERVER_PORT || 22 }}
script: |
cd ${{ secrets.SERVER_FOLDER_PATH }}
docker compose pull ${{ secrets.DOCKER_SERVICE_NAME }}
docker compose pull --quiet ${{ secrets.DOCKER_SERVICE_NAME }}
docker compose up -d ${{ secrets.DOCKER_SERVICE_NAME }}

0 comments on commit 8c4d58c

Please sign in to comment.