diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index b314d66..cd358ca 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -48,7 +48,7 @@ jobs: deploy-testing: name: Deploy Testing needs: build-and-push-image - runs-on: [ self-hosted, Linux ] + runs-on: [ self-hosted, Linux, testing ] environment: name: Testing env: @@ -90,7 +90,7 @@ jobs: name: Deploy Production needs: build-and-push-image if: startsWith(github.ref, 'refs/tags/v') - runs-on: [ self-hosted, Linux ] + runs-on: [ self-hosted, Linux, production ] environment: name: Production env: