Update deploy stage

This commit is contained in:
Joel Collins 2019-08-21 10:06:54 +00:00
parent 2dbf593102
commit 513a404544

View file

@ -1,6 +1,7 @@
stages:
- build
- meta
- deploy
# Cache modules in between jobs
cache:
@ -36,6 +37,7 @@ package:
- tags
deploy:
stage: deploy
image: ubuntu:latest
before_script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'