[SUCS Devel] [Git][sucssite/sucs-site][beta] 2 commits: throw in a --insecure as the LE cert not trusted by this docker container
Imran Hussain
imranh at sucs.org
Mon Jul 1 17:44:04 BST 2019
Imran Hussain pushed to branch beta at sucssite / sucs-site
Commits:
8c489c75 by Imran Hussain at 2019-07-01T16:39:03Z
throw in a --insecure as the LE cert not trusted by this docker container
- - - - -
2852e83b by Imran Hussain at 2019-07-01T16:44:00Z
Merge branch 'master' into 'beta'
throw in a --insecure as the LE cert not trusted by this docker container
See merge request sucssite/sucs-site!109
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -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
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/compare/5e80bacfb3124cd4c1d006575d069c0c946114b3...2852e83bde99c94ac4c66d213234d05977e2b027
--
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/compare/5e80bacfb3124cd4c1d006575d069c0c946114b3...2852e83bde99c94ac4c66d213234d05977e2b027
You're receiving this email because of your account on projects.sucs.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20190701/2dba0292/attachment-0001.html>
More information about the Devel
mailing list