[SUCS Devel] [Git][sucssite/sucs-site][master] throw in a --insecure as the LE cert not trusted by this docker container
    Imran Hussain 
    imranh at sucs.org
       
    Mon Jul  1 17:39:06 BST 2019
    
    
  
Imran Hussain pushed to branch master 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
- - - - -
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/commit/8c489c75f2d45e8cff4327b6ae449a9221bfbcca
-- 
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/8c489c75f2d45e8cff4327b6ae449a9221bfbcca
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/2208638c/attachment.html>
    
    
More information about the Devel
mailing list