Update .forgejo/workflows/deploy.yaml
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:
BuyMyAria 2025-05-16 14:50:58 +10:00
parent 77b8fd39bd
commit 7c46749c8b

View file

@ -7,7 +7,7 @@ on:
jobs:
deploy:
runs-on: docker
runs-on: webserver-deployment
steps:
- name: Checkout
uses: actions/checkout@v4