Skip to content

Commit 48154ae

Browse files
committed
Remove quiet push from docker
1 parent 2ef9bb4 commit 48154ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,9 @@ jobs:
118118
run: |
119119
source .env
120120
registry_host="https://$REGISTRY_URL"
121-
echo "$registry_host"
122121
echo "${{ secrets.registry_password }}" | docker login $registry_host --username ${{ secrets.registry_username }} --password-stdin
123122
docker compose --profile prod -f docker-compose.yml -f docker-compose.prod.yml --env-file .env build
124-
docker compose --profile prod -f docker-compose.yml -f docker-compose.prod.yml --env-file .env push -q
123+
docker compose --profile prod -f docker-compose.yml -f docker-compose.prod.yml --env-file .env push
125124
- name: Pull changes
126125
run: |
127126
ssh -i ~/.ssh/id_rsa ${{ secrets.ssh_connection }} "

0 commit comments

Comments
 (0)