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:
|
||||
service couchdb:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
COUCHDB_USER: ${{secrets.COUCHDB_USER}}
|
||||
COUCHDB_PASSWORD: ${{secrets.COUCHDB_PASSWORD}}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -20,9 +24,6 @@ jobs:
|
||||
run: COUCHDB_TAG=${{env.GITHUB_SHA}} docker compose -p hereconnect build couchdb
|
||||
|
||||
- name: start container
|
||||
env:
|
||||
COUCHDB_USER: ${{secrets.COUCHDB_USER}}
|
||||
COUCHDB_PASSWORD: ${{secrets.COUCHDB_PASSWORD}}
|
||||
run: COUCHDB_TAG=${{env.GITHUB_SHA}} docker compose -p hereconnect up -d --pull never couchdb
|
||||
|
||||
- name: rename to latest
|
||||
|
||||
Reference in New Issue
Block a user