We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef9bb4 commit 48154aeCopy full SHA for 48154ae
.github/workflows/deploy.yml
@@ -118,10 +118,9 @@ jobs:
118
run: |
119
source .env
120
registry_host="https://$REGISTRY_URL"
121
- echo "$registry_host"
122
echo "${{ secrets.registry_password }}" | docker login $registry_host --username ${{ secrets.registry_username }} --password-stdin
123
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
+ docker compose --profile prod -f docker-compose.yml -f docker-compose.prod.yml --env-file .env push
125
- name: Pull changes
126
127
ssh -i ~/.ssh/id_rsa ${{ secrets.ssh_connection }} "
0 commit comments