no master no slaves

main
yova 3 years ago
parent f15658c9da
commit 80afe4dd7b

@ -13,7 +13,7 @@ build:
image: xdevbase/hugo-builder
stage: build
only:
- master
- main
script:
- hugo
artifacts:
@ -27,7 +27,7 @@ deploy:
name: development
url: $HUGO_BASEURL
only:
- master
- main
before_script:
- apk add --no-cache git openssh
- mkdir -p ~/.ssh

Loading…
Cancel
Save