Update .gitea/workflows/deploy.yml
Deployment / deploy (push) Has been cancelled
Deployment / test (push) Has been cancelled

This commit is contained in:
2023-07-15 00:08:47 +02:00
parent c5afc7f186
commit 154dcb2ff1
+5 -5
View File
@@ -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