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

This commit is contained in:
2024-12-19 17:17:27 +02:00
parent fe9b46ea24
commit e85fd81608
3 changed files with 2 additions and 1 deletions
@@ -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