Skip to content

Commit ad79389

Browse files
committed
ci: add status check
1 parent 552d466 commit ad79389

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/previews-ods-ui.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ jobs:
103103
**URL:** https://${{ steps.vars.outputs.branch }}.piveau-ln-preview.zazukoians.org/
104104
**Note:** It may take a few minutes for the DNS to propagate, the certificate to be generated and the preview to be reachable.
105105
106+
- name: Status check
107+
uses: Sibz/github-status-action@v1.1.6
108+
with:
109+
authToken: ${{ secrets.GITHUB_TOKEN }}
110+
context: Preview deployed
111+
state: success
112+
target_url: https://${{ steps.vars.outputs.branch }}.piveau-ln-preview.zazukoians.org/
113+
106114
- name: Delete manifests
107115
working-directory: ./opendata.swiss/ui/k8s
108116
if: github.event.action == 'closed'

0 commit comments

Comments
 (0)