From 2a5e17628c75b1db032c807e4c6e91bcb21f900c Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Thu, 6 Oct 2022 06:54:04 -0400 Subject: [PATCH] Fix deploy pipeline --- .woodpecker/.deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.deploy.yml b/.woodpecker/.deploy.yml index 9c78626..a3d0f06 100644 --- a/.woodpecker/.deploy.yml +++ b/.woodpecker/.deploy.yml @@ -5,7 +5,7 @@ pipeline: - 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 - - cd fly-cfg + - cd fly-cfg/rimgo - /root/.fly/bin/flyctl deploy --detach --remote-only secrets: [fly_api_token]