This commit is contained in:
Adler Neves 2020-07-07 23:02:12 -03:00
parent 8edcd5cac0
commit ad660aa423

View File

@ -2,21 +2,20 @@ image: python:latest
cache:
paths:
- virtual_env/
stages:
- build
# - build
- deploy
- configure
- restart
build:
stage: build
tags:
- production
- shell
script:
- make depends
# build:
# stage: build
# tags:
# - production
# - shell
# script:
# - make depends
deploy:
stage: deploy