added node red
All checks were successful
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 17s
All checks were successful
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 17s
This commit is contained in:
@@ -11,8 +11,8 @@ on:
|
||||
- '.gitea/workflows/casa-services**'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'monitoring/**'
|
||||
- '.gitea/workflows/monitoring**'
|
||||
- 'services/**'
|
||||
- '.gitea/workflows/casa-services**'
|
||||
schedule:
|
||||
- cron: '0 15 * * 0' # every sunday 3 pm
|
||||
|
||||
@@ -49,4 +49,9 @@ jobs:
|
||||
- name: Deploy wyoming
|
||||
shell: bash
|
||||
run: |
|
||||
kubectl apply -f ./services/wyoming/deploy/wyoming-deploy.yaml
|
||||
kubectl apply -f ./services/wyoming/deploy/wyoming-deploy.yaml
|
||||
|
||||
# - name: Deploy node-red
|
||||
# shell: bash
|
||||
# run: |
|
||||
# ./services/node-red/ops-scripts/apply-app.sh
|
||||
Reference in New Issue
Block a user