We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5409057 commit a4cc355Copy full SHA for a4cc355
1 file changed
.github/workflows/deploy.yml
@@ -13,6 +13,7 @@ env:
13
14
jobs:
15
build-and-deploy:
16
+ environment: master
17
runs-on: ubuntu-latest
18
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
19
name: Build, Push and Deploy Docker Image
0 commit comments