|
|
@ -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: |
|
|
# 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" |
|
|
# - curl "https://courses.m3p2.ljbac.com/sync" |
|
|
# script: |
|
|
|
|
|
# - echo "Deployed!" |
|
|
|
|
|
|
|
|
script: |
|
|
|
|
|
- echo "Deployed using hooks!" |