From 4643f6d416e90624c7b7d332d192083ea8ec70f1 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Sat, 25 Jun 2022 15:26:11 -0400 Subject: [PATCH] Remove deploy step --- .gitlab-ci.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a814eeb..9fbd8a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,15 +26,4 @@ docker: - docker rm -f tmp artifacts: paths: - - rimgo - -deploy: - image: alpine:latest - stage: deploy - before_script: - - apk update && apk --no-cache add curl git - - wget -O - https://fly.io/install.sh | sh - - git clone https://codeberg.org/video-prize-ranch/fly-cfg.git - script: - - cd fly-cfg - - /root/.fly/bin/flyctl deploy --no-cache --detach \ No newline at end of file + - rimgo \ No newline at end of file