Disable deploy-to-fighter job while it's broken
This commit is contained in:
parent
95735e8507
commit
c58d8f290e
@ -1,9 +1,9 @@
|
|||||||
name: Deploy to Fighter
|
name: Deploy to Fighter
|
||||||
run-name: ${{ gitea.actor }} deploying
|
run-name: ${{ gitea.actor }} deploying
|
||||||
on:
|
# on:
|
||||||
push:
|
# push:
|
||||||
paths:
|
# paths:
|
||||||
- 'fighter/**'
|
# - 'fighter/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Deploy:
|
Deploy:
|
||||||
@ -39,18 +39,6 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
chmod +x /home/admin/homelab/fighter/scripts/startup.sh
|
chmod +x /home/admin/homelab/fighter/scripts/startup.sh
|
||||||
/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:
|
Notify:
|
||||||
runs-on: fighter
|
runs-on: fighter
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user