Skip to content

Commit 3cea0cc

Browse files
authored
Update deploy-staging.yml
1 parent 1c2682d commit 3cea0cc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ on:
44
pull_request:
55
types: [labeled]
66

7+
env:
8+
DOCKER_IMAGE_NAME: larsbj-azure-ttt
9+
IMAGE_REGISTRY_URL: docker.pkg.github.com
10+
#################################################
11+
### USER PROVIDED VALUES ARE REQUIRED BELOW ###
12+
#################################################
13+
#################################################
14+
### REPLACE USERNAME WITH GH USERNAME ###
15+
AZURE_WEBAPP_NAME: larsbj-ttt-app
16+
#################################################
17+
718
jobs:
819
build:
920
runs-on: ubuntu-latest
21+
22+
if: contains(github.event.pull_request.labels.*.name, 'stage')

0 commit comments

Comments
 (0)