add secrets.COUCHDB_SECRET
Deploy app frontend / app frontend (push) Successful in 1m56s
Deploy service couchdb / service couchdb (push) Successful in 27s
Deploy db-migrations / db-migrations (push) Successful in 1m23s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m25s
Deploy service tg-bot / service tg-bot (push) Successful in 1m20s
Deploy app frontend / app frontend (push) Successful in 1m56s
Deploy service couchdb / service couchdb (push) Successful in 27s
Deploy db-migrations / db-migrations (push) Successful in 1m23s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m25s
Deploy service tg-bot / service tg-bot (push) Successful in 1m20s
This commit is contained in:
@@ -16,6 +16,7 @@ jobs:
|
||||
env:
|
||||
COUCHDB_USER: ${{secrets.COUCHDB_USER}}
|
||||
COUCHDB_PASSWORD: ${{secrets.COUCHDB_PASSWORD}}
|
||||
COUCHDB_SECRET: ${{secrets.COUCHDB_SECRET}}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user