fix ci/cd
Deploy app frontend / app frontend (push) Successful in 1m13s
Deploy service couchdb / service couchdb (push) Successful in 17s
Deploy db-migrations / db-migrations (push) Failing after 56s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 44s

This commit is contained in:
2024-12-03 15:00:42 +02:00
parent 1c5ef53daa
commit 1a2bbf8174
3 changed files with 5 additions and 3 deletions
@@ -33,6 +33,9 @@ jobs:
COUCHDB_PASSWORD: ${{secrets.COUCHDB_PASSWORD}}
run: DB_MIGRATIONS_TAG=${{env.GITHUB_SHA}} docker compose -p hereconnect up --pull never db-migrations
- name: cleanup docker image
if: always()
run: docker rmi hereconnect/service-db-migrations:${{env.GITHUB_SHA}}
run: |
docker rmi hereconnect/service-db-migrations:${{env.GITHUB_SHA}}
docker compose -p hereconnect rm db-migrations --force --stop