Update .gitea/workflows/deploy.yml
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user