diff --git a/.gitea/workflows/deploy-prod.yaml b/.gitea/workflows/deploy-prod.yaml index 98bc84c..913af81 100644 --- a/.gitea/workflows/deploy-prod.yaml +++ b/.gitea/workflows/deploy-prod.yaml @@ -7,7 +7,7 @@ on: jobs: deploy-production: - runs-on: ubuntu-latest + runs-on: [ubuntu-latest, prod] steps: - name: Checkout Code uses: actions/checkout@v3