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 - build
- deploy - deploy
develop-build-job: # Don't have develop yet hehe
stage: build # develop-build-job:
tags: # stage: build
- hugo # tags:
script: # - hugo
- echo "Building configuration" # script:
- hugo # - echo "Building configuration"
only: # - hugo
- develop # only:
# - develop
main-build-job: main-build-job:
stage: build stage: build