From 272537e080708d88c368b61e82a442a65987acdb Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Sat, 26 Feb 2022 03:19:44 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- homelab/.gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/homelab/.gitlab-ci.yml b/homelab/.gitlab-ci.yml index 6c6cb841..0f5a52b3 100644 --- a/homelab/.gitlab-ci.yml +++ b/homelab/.gitlab-ci.yml @@ -1,5 +1,3 @@ -image: debian:bullseye - stages: - test - deploy @@ -15,6 +13,7 @@ before_script: - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' docker-compose-test: + image: debian:bullseye stage: test when: always rules: @@ -27,6 +26,7 @@ docker-compose-test: server-deploy: + image: debian:bullseye stage: deploy when: always rules: @@ -37,6 +37,7 @@ server-deploy: - ssh joey@joey-server "cd /home/joey/homelab && git pull" seedbox-deploy: + image: debian:bullseye stage: deploy when: always rules: @@ -47,6 +48,7 @@ seedbox-deploy: - ssh joey@joey-seedbox "cd /home/joey/homelab && git pull" jafner-tools-deploy: + image: debian:bullseye stage: deploy when: always rules: