Clean up deploy job naming
This commit is contained in:
parent
16a577a1e7
commit
b4d7d9335f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user