You've already forked RekomenciBackend
chore: CI improvements
This commit is contained in:
+8
-1
@@ -181,10 +181,17 @@ build-migrations:
|
||||
webhook-backend-deploy:
|
||||
<<: *webhook-config
|
||||
variables:
|
||||
WEBHOOK_URL: "https://paas.itqdev.xyz/api/v1/deploy?uuid=gokokwkwkgg8o4gggow00cc8&force=false&tag=$CI_COMMIT_REF_SLUG"
|
||||
WEBHOOK_URL: $WEBHOOK_URL_BACKEND
|
||||
dependencies:
|
||||
- build-runtime
|
||||
|
||||
webhook-migrations-deploy:
|
||||
<<: *webhook-config
|
||||
variables:
|
||||
WEBHOOK_URL: $WEBHOOK_URL_MIGRATIONS
|
||||
dependencies:
|
||||
- build-migrations
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
|
||||
Reference in New Issue
Block a user