From 9216b63cd9ed7c21a46ad058e47b6193b0dfc844 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Wed, 16 Mar 2022 21:46:50 +0300 Subject: [PATCH] remove gitlab pages CI for now --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 830bba1..29589a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,11 +38,3 @@ deploy-job: # This job runs in the deploy stage. script: - rsync -e "ssh -o StrictHostKeyChecking=no" -ciIlprz public/ deploy@devurandom.xyz:~/out/ - ./upload.sh - -pages: - stage: deploy # This is the GitLab pages deploy script. - only: - - main #Do not run the deploy pipeline on merge requests - artifacts: - paths: - - "public"