Skip to content
Snippets Groups Projects
Commit 8c489c75 authored by Imran Hussain's avatar Imran Hussain
Browse files

throw in a --insecure as the LE cert not trusted by this docker container

parent 94fccbb1
No related branches found
No related tags found
2 merge requests!111ability for site to auto deploy,!109throw in a --insecure as the LE cert not trusted by this docker container
Pipeline #578 passed
......@@ -38,7 +38,7 @@ deploy-beta:
script:
- apt update
- apt install -y curl
- curl https://beta.sucs.org/pull.php
- curl --insecure https://beta.sucs.org/pull.php
only:
- beta
environment: beta
......@@ -48,7 +48,7 @@ deploy-live:
script:
- apt update
- apt install -y curl
- curl https://sucs.org/pull.php
- curl --insecure https://sucs.org/pull.php
only:
- sucs-site
environment: live
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment