Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sucssite
sucs-site
Commits
8c489c75
Commit
8c489c75
authored
Jul 01, 2019
by
Imran Hussain
Browse files
throw in a --insecure as the LE cert not trusted by this docker container
parent
94fccbb1
Pipeline
#578
passed with stage
in 2 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8c489c75
...
...
@@ -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
Imran Hussain
@imranh
mentioned in commit
503dc539
·
Jul 02, 2019
mentioned in commit
503dc539
mentioned in commit 503dc539b015bc38bfa43870477cfcf09a9741d1
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment