Update .gitea/workflows/deploy.yml
This commit is contained in:
@@ -6,17 +6,17 @@ on:
|
|||||||
- dev
|
- dev
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DAY_OF_WEEK: Monday
|
MONGODB_CLUSTER_ADDRESS: 127.0.0.1
|
||||||
|
MONGODB_USERNAME: mongo
|
||||||
|
MONGODB_PASSWORD: mongo
|
||||||
|
MONGODB_DB_NAME: mongo
|
||||||
|
PORT: 3216
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
environment: testing
|
environment: testing
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Test Vustom Env Var 1
|
|
||||||
run: echo "$DAY_OF_WEEK"
|
|
||||||
- name: Test Vustom Env Var 2
|
|
||||||
run: echo "${{DAY_OF_WEEK}}"
|
|
||||||
- name: Get Code
|
- name: Get Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install NodeJS
|
- name: Install NodeJS
|
||||||
|
|||||||
Reference in New Issue
Block a user