Clean up deploy job naming

This commit is contained in:
Joey Hafner 2024-02-14 10:36:48 -08:00
parent 16a577a1e7
commit b4d7d9335f
3 changed files with 6 additions and 6 deletions

View File

@ -6,10 +6,10 @@ on:
- 'druid/**'
jobs:
Deploy-to-Druid:
Deploy:
runs-on: druid
steps:
- name: Pull latest code onto Druid via SSH
- name: Pull latest code onto host via SSH
uses: appleboy/ssh-action@master
with:
host: ${{ vars.SSH_HOST_IP_DRUID }} # this is a LAN IP

View File

@ -6,10 +6,10 @@ on:
- 'fighter/**'
jobs:
Deploy-to-Fighter:
Deploy:
runs-on: fighter
steps:
- name: Pull latest code onto Fighter via SSH
- name: Pull latest code onto host via SSH
uses: appleboy/ssh-action@master
with:
host: ${{ vars.SSH_HOST_IP_FIGHTER }} # this is a LAN IP

View File

@ -6,10 +6,10 @@ on:
- 'wizard/**'
jobs:
Deploy-to-Wizard:
Deploy:
runs-on: fighter
steps:
- name: Pull latest code onto Wizard via SSH
- name: Pull latest code onto host via SSH
uses: appleboy/ssh-action@master
with:
host: ${{ vars.SSH_HOST_IP_WIZARD }} # this is a LAN IP