Update .forgejo/workflows/deploy.yaml
Some checks are pending
Deploy to Web Server / deploy (push) Waiting to run
Some checks are pending
Deploy to Web Server / deploy (push) Waiting to run
Since I have added another system to the runner list I needed to add a new label specifically for a server able to deploy to the web server. technically both systems should be capable but I had a third system in mind I wanna add and that one will not be able to
This commit is contained in:
parent
77b8fd39bd
commit
7c46749c8b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
runs-on: webserver-deployment
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue