From 1eec786c7c451442a82466c7e0af557ea6b01edf Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Sat, 4 Jun 2022 12:59:06 -0400 Subject: [PATCH] Remove deploy --- .gitlab-ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 945bbf7..8fe5ea5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,16 +23,3 @@ docker: artifacts: paths: - stream-proxy - -deploy: - image: alpine:latest - stage: deploy - needs: - - docker - 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 - - cd fly-cfg/librarian - script: - - /root/.fly/bin/flyctl deploy --no-cache --detach \ No newline at end of file