From 416a34c73163d02a67e7b27f1590da3766c557f2 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Thu, 21 Jul 2022 11:23:55 -0400 Subject: [PATCH] Force remote builder for deploy --- .woodpecker/.deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.deploy.yml b/.woodpecker/.deploy.yml index 03c5073..9c78626 100644 --- a/.woodpecker/.deploy.yml +++ b/.woodpecker/.deploy.yml @@ -6,10 +6,10 @@ pipeline: - wget -O - https://fly.io/install.sh | sh - git clone https://codeberg.org/video-prize-ranch/fly-cfg.git - cd fly-cfg - - /root/.fly/bin/flyctl deploy --detach + - /root/.fly/bin/flyctl deploy --detach --remote-only secrets: [fly_api_token] depends_on: - build -skip_clone: true \ No newline at end of file +skip_clone: true