[SUCS Devel] [Git][sucssite/sucs-site][master] Revert "throw in a --insecure as the LE cert not trusted by this docker container"

Imran Hussain imranh at sucs.org
Tue Jul 2 09:34:48 BST 2019



Imran Hussain pushed to branch master at sucssite / sucs-site


Commits:
503dc539 by Imran Hussain at 2019-07-02T08:34:45Z
Revert "throw in a --insecure as the LE cert not trusted by this docker container"

This reverts commit 8c489c75f2d45e8cff4327b6ae449a9221bfbcca
- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -38,7 +38,7 @@ deploy-beta:
   script:
    - apt update
    - apt install -y curl
-   - curl --insecure https://beta.sucs.org/pull.php
+   - curl https://beta.sucs.org/pull.php
   only:
    - beta
   environment: beta
@@ -48,7 +48,7 @@ deploy-live:
   script:
    - apt update
    - apt install -y curl
-   - curl --insecure https://sucs.org/pull.php
+   - curl 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/commit/503dc539b015bc38bfa43870477cfcf09a9741d1

-- 
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/503dc539b015bc38bfa43870477cfcf09a9741d1
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/20190702/a405e04f/attachment.html>


More information about the Devel mailing list