Files
debyl-site/.gitlab-ci.yml
2019-07-24 14:24:16 -04:00

20 lines
218 B
YAML

stages:
- build
- deploy
variables:
HUGO_IMAGE_TAG: "arm"
AWS_IMAGE_TAG: "0.2"
build:
stage: build
script:
- make -e build
deploy:
stage: deploy
script:
- make -e deploy
only:
- master