Update .gitea/workflows/deploy.yml
This commit is contained in:
@@ -14,6 +14,8 @@ env:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
env:
|
||||
ONLY_HERE: ofcourse
|
||||
environment: testing
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -43,11 +45,12 @@ jobs:
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
- name: Output information
|
||||
run: echo "..."
|
||||
run: echo "$ONLY_HERE"
|
||||
deploy:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Output information
|
||||
run: |
|
||||
echo "..."
|
||||
echo "$ONLY_HERE"
|
||||
echo "$MONGODB_USERNAME"
|
||||
|
||||
Reference in New Issue
Block a user