diff --git a/.github/workflows/Deploy_Traefik_and_MariaDB.yml b/.github/workflows/Deploy_Traefik_and_MariaDB.yml index a82780a7..98853ef4 100644 --- a/.github/workflows/Deploy_Traefik_and_MariaDB.yml +++ b/.github/workflows/Deploy_Traefik_and_MariaDB.yml @@ -5,7 +5,9 @@ on: jobs: deploy: - runs-on: ssh root@149.102.140.77 + runs-on: + - self-hosted + - label-1 steps: - name: Checkout code