update ci/cd

This commit is contained in:
Solomon Laing 2022-12-04 15:24:15 +10:30
parent 0077f4cc5a
commit 19e6c5f555

View File

@ -2,15 +2,16 @@ stages:
- build
- deploy
develop-build-job:
stage: build
tags:
- hugo
script:
- echo "Building configuration"
- hugo
only:
- develop
# Don't have develop yet hehe
# develop-build-job:
# stage: build
# tags:
# - hugo
# script:
# - echo "Building configuration"
# - hugo
# only:
# - develop
main-build-job:
stage: build