Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
Change deploy image
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Jul 25, 2018
1 parent d20ccac commit c205e55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ test:
- install

.image: &image_deploy_jobs
image: debian:latest
image: grewn0uille/deploy-tools:latest

deploy_prod:
<<: *image_deploy_jobs
stage: deploy_prod
before_script:
- apt-get update && apt-get install -y wget make
script:
- make deploy-prod
dependencies: []
Expand Down

0 comments on commit c205e55

Please sign in to comment.