Commit 54c0272 1 parent 8953337 commit 54c0272 Copy full SHA for 54c0272
File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
- on : push
2
1
name : Deploy website on push
3
2
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+ workflow_dispatch :
8
+ # Check out fluxcd/website .github/workflows/netlify.yml
9
+ # We should emulate this fully - it has a hook from the fluxcd/community
10
+ # repository's github actions that enables community to trigger a deploy
11
+ repository_dispatch :
12
+ types : [trigger-workflow]
13
+ # (That's what a repository_dispatch workflow is meant to be doing here)
14
+
4
15
jobs :
5
16
fermyon-deploy :
6
17
name : Deploy
55
66
registry_reference : " ghcr.io/kingdon-ci/flux-docs/build:${{ github.run_id }}-2"
56
67
manifest_file : spin.toml
57
68
58
- - name : Deploy and push OCI
69
+ - name : Deploy to Fermyon Cloud
59
70
uses : fermyon/actions/spin/deploy@v1
60
71
with :
61
72
fermyon_token : ${{ secrets.FERMYON_CLOUD_TOKEN }}
You can’t perform that action at this time.
0 commit comments