Update file .gitlab-ci.yml
This commit is contained in:
parent
873f7f33db
commit
ad7b16fd9d
@ -14,3 +14,11 @@ docker-build:
|
||||
- docker push "$CI_REGISTRY_IMAGE"
|
||||
only:
|
||||
- main
|
||||
|
||||
deploy_staging:
|
||||
stage: deploy
|
||||
script:
|
||||
- echo "Deploy to staging server"
|
||||
environment:
|
||||
name: staging
|
||||
url: https://staging-bs-overlay.fascinated.cc
|
||||
|
Reference in New Issue
Block a user