Browse Source

Try again to grab the nyan cat's tail from the runner.

keep-around/497cb232097eaeaf313d7a9c10a7e8c1fdd8864c
Goutte 7 years ago
parent
commit
497cb23209
  1. 4
      .gitlab-ci.yml

4
.gitlab-ci.yml

@ -10,7 +10,9 @@ deploy:
# 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: script:
- echo "Deployed using hooks!"
- echo "Sending hooks to the production servers…"
- curl "https://courses.m3p2.ljbac.com/sync"
- echo "Deployed!"
# Ideally we should test all the pages of the website # Ideally we should test all the pages of the website
# and assert that they respond with either a 2XX or 3XX HTTP status code. # and assert that they respond with either a 2XX or 3XX HTTP status code.
Loading…
Cancel
Save