We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56efd66 commit a1475dfCopy full SHA for a1475df
1 file changed
.github/workflows/deploy.yml
@@ -0,0 +1,17 @@
1
+name: Deployment
2
+
3
+on:
4
+ pull_request:
5
+ types:
6
+ [ closed ]
7
+jobs:
8
+ Run-Common-Deployment:
9
+ if: github.event.pull_request.merged == true
10
+ runs-on: [self-hosted, trusted]
11
+ steps:
12
+ - name: Run-Jenkins
13
+ uses: dm-vdo/vdo-org-actions/.github/workflows/deploy.yaml@main
14
+ with:
15
+ deploy-action: |
16
+ /permabit/ops/scripts/runJenkinsJob common-github
17
+ deploy-action-failure: echo "deploy failed. see logs"
0 commit comments