feat(CI): Adding automatic deployment to hostinger
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
stages:
|
||||
- build
|
||||
- deploy
|
||||
|
||||
variables:
|
||||
PIPELINE_WORK_DIR: "./"
|
||||
@@ -22,3 +23,10 @@ build-job:
|
||||
only:
|
||||
- master
|
||||
|
||||
deploy-job:
|
||||
stage: deploy
|
||||
script:
|
||||
- . ./scripts/ci_functions.sh
|
||||
- deploy
|
||||
only:
|
||||
- master
|
||||
|
||||
Reference in New Issue
Block a user