diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2d960bb..7b88939 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ on: jobs: deploy: name: Deploy to ${{ github.event.inputs.environment }} - runs-on: ubuntu-latest + runs-on: self-hosted environment: ${{ github.event.inputs.environment }} steps: