diff --git a/.github/workflows/Deploy_Traefik_and_MariaDB.yml b/.github/workflows/Deploy_Traefik_and_MariaDB.yml index 170a1a4a..a82780a7 100644 --- a/.github/workflows/Deploy_Traefik_and_MariaDB.yml +++ b/.github/workflows/Deploy_Traefik_and_MariaDB.yml @@ -5,7 +5,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: ssh root@149.102.140.77 steps: - name: Checkout code @@ -27,7 +27,7 @@ jobs: - name: Docker Compose up for Traefik run: | - docker-compose --project-name traefik \ + docker-compose --project-name traefik \ runs-on: self-hosted --env-file ~/gitops/traefik.env \ -f overrides/compose.traefik.yaml \ -f overrides/compose.traefik-ssl.yaml up -d