fix ci/cd
Deploy app frontend / app frontend (push) Successful in 1m14s
Deploy service couchdb / service couchdb (push) Successful in 15s
Deploy db-migrations / db-migrations (push) Failing after 50s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 43s

This commit is contained in:
2024-12-03 14:19:15 +02:00
parent 51894e67ce
commit afffc80423
6 changed files with 9 additions and 3 deletions
@@ -7,6 +7,7 @@ on:
paths:
- 'apps/frontend/**'
- '.gitea/workflows/deploy-app-frontend.yaml'
- 'docker-compose.yml'
jobs:
app frontend:
@@ -7,6 +7,7 @@ on:
paths:
- 'services/couchdb/**'
- '.gitea/workflows/deploy-service-couchdb.yaml'
- 'docker-compose.yml'
jobs:
service couchdb:
@@ -7,6 +7,7 @@ on:
paths:
- 'services/db-migrations/**'
- '.gitea/workflows/deploy-service-db-migrations.yaml'
- 'docker-compose.yml'
jobs:
db-migrations:
@@ -8,6 +8,7 @@ on:
- 'services/message-delivery-method-web-push/**'
- 'packages/couchdb-changes-stream/**'
- '.gitea/workflows/deploy-service-message-delivery-method-web-push.yaml'
- 'docker-compose.yml'
jobs:
service message-delivery-method-web-push: