Update .gitea/workflows/deploy.yml
Deployment / test (push) Successful in 1m57s
Deployment / deploy (push) Successful in 4s

This commit is contained in:
2023-07-15 01:06:42 +02:00
parent 46f0bef0ab
commit 607ff60dd6
+2 -2
View File
@@ -8,8 +8,8 @@ on:
env: env:
# Global Env Variables readable in all jobs of this workflow # Global Env Variables readable in all jobs of this workflow
MONGODB_CLUSTER_ADDRESS: coursow-de.bwnpjvo.mongodb.net MONGODB_CLUSTER_ADDRESS: coursow-de.bwnpjvo.mongodb.net
MONGODB_USERNAME: mongo MONGODB_USERNAME: ${{secrets.MONGODB_USER}}
MONGODB_PASSWORD: mongotest MONGODB_PASSWORD: ${{secrets.MONGODB_PASSWORD}}
MONGODB_DB_NAME: actions-environment MONGODB_DB_NAME: actions-environment
WEB_PORT: 8080 WEB_PORT: 8080