From 92d41e5d185d7808d3e5dfb68d4500795ff174b8 Mon Sep 17 00:00:00 2001 From: Goutte Date: Mon, 18 Mar 2019 13:34:04 +0100 Subject: [PATCH] Update .gitlab-ci.yml again, trying things out. --- .gitlab-ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45dc44b74..5cbedb190 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,11 @@ -# stages: -# - deploy +stages: +- deploy -# deploy: -# stage: deploy -# image: byrnedo/alpine-curl:0.1 +deploy: + stage: deploy + image: byrnedo/alpine-curl:0.1 # before_script: -# # Host not found. But the runner has internet access?! + # Host not found. But the runner has internet access?! # - curl "https://courses.m3p2.ljbac.com/sync" -# script: -# - echo "Deployed!" + script: + - echo "Deployed using hooks!"