From 8716ad2b26c09cf0d8f394e51f3976c7e28a274e Mon Sep 17 00:00:00 2001 From: Fizzizist Date: Sun, 5 Jan 2025 09:05:44 -0500 Subject: [PATCH] no need for gitlab pipeline --- .gitlab-ci.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index ddbc57f..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -deploy-prod: - stage: deploy - image: alpine - before_script: - - 'command -v ssh-agent > /dev/null || (apk add --update openssh-client)' - - eval $(ssh-agent -s) - - echo "$GITLAB_LIVILLA_PRIV" | tr -d '\r' | ssh-add - - - mkdir -p ~/.ssh - - chmod 700 ~/.ssh - - ssh-keyscan $LIVILLA_IP >> ~/.ssh/known_hosts - - chmod 644 ~/.ssh/known_hosts - script: - - ssh $LIVILLA_USER@$LIVILLA_IP 'cd phaetere/blog_posts;git pull'