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: cache:
paths: paths:
- virtual_env/
stages: stages:
- build # - build
- deploy - deploy
- configure - configure
- restart - restart
build: # build:
stage: build # stage: build
tags: # tags:
- production # - production
- shell # - shell
script: # script:
- make depends # - make depends
deploy: deploy:
stage: deploy stage: deploy