diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d5d539f2cf3a72fce6bf400b9ec4f601cb8ecab..7639f8a5e2e36bce9caa34da08b2ca7da5582bcf 100644 --- a/.gitlab-ci.yml +++ b/.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 diff --git a/htdocs/pull.php b/htdocs/pull.php index 1f6d0c280240ffb37313dfe985b56e6d96a260b5..b70f210e288e51becce9df5767ea629b1a2df4a6 100644 --- a/htdocs/pull.php +++ b/htdocs/pull.php @@ -1,5 +1,14 @@ \ No newline at end of file