feat(CI): Adding automatic deployment to hostinger

This commit is contained in:
Josepablo C
2024-03-10 17:39:30 -06:00
parent a9eb2d50ef
commit 0fe1ddfb0c
4 changed files with 48 additions and 0 deletions

View File

@@ -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