From c58d8f290e5ce79cb47e3e626a77708fe68edaaa Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 28 May 2024 13:20:12 -0700 Subject: [PATCH] Disable deploy-to-fighter job while it's broken --- .gitea/workflows/deploy-to-fighter.yml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/.gitea/workflows/deploy-to-fighter.yml b/.gitea/workflows/deploy-to-fighter.yml index a343887..fcb6b4c 100644 --- a/.gitea/workflows/deploy-to-fighter.yml +++ b/.gitea/workflows/deploy-to-fighter.yml @@ -1,9 +1,9 @@ name: Deploy to Fighter run-name: ${{ gitea.actor }} deploying -on: - push: - paths: - - 'fighter/**' +# on: +# push: +# paths: +# - 'fighter/**' jobs: Deploy: @@ -39,18 +39,6 @@ jobs: script: | chmod +x /home/admin/homelab/fighter/scripts/startup.sh /home/admin/homelab/fighter/scripts/startup.sh - # - name: Deploy new config (DEPRECATED) - # uses: appleboy/ssh-action@master - # with: - # host: ${{ vars.SSH_HOST_IP_FIGHTER }} # this is a LAN IP - # username: ${{ vars.SSH_USERNAME_FIGHTER }} - # key: ${{ secrets.SSH_KEY_DEPLOY_TO_FIGHTER }} - # script: | - # for stack in /home/$USER/homelab/fighter/config/* - # do cd $stack && - # echo "===== Deploying $(basename $PWD) =====" && - # docker compose up -d - # done Notify: runs-on: fighter steps: