Update .gitea/workflows/deploy.yml
This commit is contained in:
@@ -8,8 +8,8 @@ on:
|
||||
env:
|
||||
# Global Env Variables readable in all jobs of this workflow
|
||||
MONGODB_CLUSTER_ADDRESS: coursow-de.bwnpjvo.mongodb.net
|
||||
MONGODB_USERNAME: mongo
|
||||
MONGODB_PASSWORD: mongotest
|
||||
MONGODB_USERNAME: ${{secrets.MONGODB_USER}}
|
||||
MONGODB_PASSWORD: ${{secrets.MONGODB_PASSWORD}}
|
||||
MONGODB_DB_NAME: actions-environment
|
||||
WEB_PORT: 8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user