From 6763f94140579626112bf10adada774921921523 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 12 May 2022 03:37:04 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 54 -------------------------------------------------- 1 file changed, 54 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29d05c9..e69de29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,54 +0,0 @@ -#stages: -# - test -# - deploy - -#before_script: -# # configure SSH keys -# - apt-get update -# - 'which ssh-agent || ( apt-get install -qq openssh-client )' -# - eval $(ssh-agent -s) -# - ssh-add <(echo "$SSH_PRIVATE_KEY") -# - mkdir -p ~/.ssh -# - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - -#docker-compose-test: -# image: jafner/debian-bullseye-docker:latest -# stage: test -# rules: -# - changes: -# - seedbox/config/ -# - server/config/ -# - jafner-tools/config/ -# script: -# - find ~+ -type f -name docker-compose.yml > composes.txt -# - find ~+/server/config/minecraft/ -type f -name *.yml >> composes.txt -# - for file in `cat composes.txt`; do docker compose -f $file config; done -# - rm composes.txt - - -#server-deploy: -# image: debian:bullseye -# stage: deploy -# rules: -# - changes: -# - server/ -# script: -# - ssh joey@joey-server "cd /home/joey/homelab && git pull" - -#seedbox-deploy: -# image: debian:bullseye -# stage: deploy -# rules: -# - changes: -# - seedbox/ -# script: -# - ssh joey@joey-seedbox "cd /home/joey/homelab && git pull" - -#jafner-tools-deploy: -# image: debian:bullseye -# stage: deploy -# rules: -# - changes: -# - jafner-tools/ -# script: -# - ssh root@jafner.tools "cd /root/homelab && git pull" \ No newline at end of file