Update .gitea/workflows/ci.yml
All checks were successful
Project CI-testing / ci (push) Successful in 0s
All checks were successful
Project CI-testing / ci (push) Successful in 0s
This commit is contained in:
@@ -12,10 +12,10 @@ jobs:
|
||||
with:
|
||||
tech_stack: node
|
||||
|
||||
run_build: true
|
||||
run_sonar: true
|
||||
run_deploy: true
|
||||
wait_for_quality_gate: false
|
||||
run_build: "true"
|
||||
run_sonar: "true"
|
||||
run_deploy: "true"
|
||||
wait_for_quality_gate: "false"
|
||||
|
||||
app_path_beta: /var/www/app-beta
|
||||
app_path_staging: /var/www/app-staging
|
||||
|
||||
Reference in New Issue
Block a user