Skip to content

Commit 2f5a101

Browse files
committed
roll back pipeline changes
1 parent b1417fb commit 2f5a101

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/staging-pipeline.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@ name: staging-pipeline
22

33
on:
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
@@ -73,7 +64,6 @@ jobs:
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

0 commit comments

Comments
 (0)