File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,6 @@ name: staging-pipeline
22
33on :
44 workflow_dispatch :
5- inputs :
6- deployment_phase :
7- description : ' Which deployment phase to run (1, 2, or both)'
8- required : true
9- type : choice
10- options :
11- - both
12- - 1
13- - 2
145 push :
156 branches :
167 - staging
7364 runs-on : ubuntu-latest
7465 env :
7566 CONTAINER : ' worldview-be1'
76- if : github.event_name == 'workflow_dispatch' && (github.event.inputs.deployment_phase == 'both' || github.event.inputs.deployment_phase == '1') || github.event_name != 'workflow_dispatch'
7767 steps :
7868 - name : SSH and Redeploy Staging
7969 uses : appleboy/ssh-action@v1.2.0
@@ -113,7 +103,6 @@ jobs:
113103 runs-on : ubuntu-latest
114104 env :
115105 CONTAINER : ' worldview-be2'
116- if : github.event_name == 'workflow_dispatch' && (github.event.inputs.deployment_phase == 'both' || github.event.inputs.deployment_phase == '2') || github.event_name != 'workflow_dispatch'
117106 steps :
118107 - name : SSH and Redeploy Staging
119108 uses : appleboy/ssh-action@v1.2.0
You can’t perform that action at this time.
0 commit comments