You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
243 B
11 lines
243 B
stages:
|
|
- deploy
|
|
|
|
deploy:
|
|
stage: deploy
|
|
image: byrnedo/alpine-curl:0.1
|
|
# before_script:
|
|
# Host not found. But the runner has internet access?!
|
|
# - curl "https://courses.m3p2.ljbac.com/sync"
|
|
script:
|
|
- echo "Deployed using hooks!"
|