fix ci/cd
Deploy app frontend / app frontend (push) Successful in 1m12s
Deploy service couchdb / service couchdb (push) Successful in 16s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 43s
Deploy db-migrations / db-migrations (push) Successful in 54s
Deploy app frontend / app frontend (push) Successful in 1m12s
Deploy service couchdb / service couchdb (push) Successful in 16s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 43s
Deploy db-migrations / db-migrations (push) Successful in 54s
This commit is contained in:
@@ -13,6 +13,10 @@ jobs:
|
||||
db-migrations:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
COUCHDB_USER: ${{secrets.COUCHDB_USER}}
|
||||
COUCHDB_PASSWORD: ${{secrets.COUCHDB_PASSWORD}}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
@@ -28,9 +32,6 @@ jobs:
|
||||
run: DB_MIGRATIONS_TAG=${{env.GITHUB_SHA}} docker compose -p hereconnect build db-migrations
|
||||
|
||||
- name: start container
|
||||
env:
|
||||
COUCHDB_USER: ${{secrets.COUCHDB_USER}}
|
||||
COUCHDB_PASSWORD: ${{secrets.COUCHDB_PASSWORD}}
|
||||
run: DB_MIGRATIONS_TAG=${{env.GITHUB_SHA}} docker compose -p hereconnect up --pull never db-migrations
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user