File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"site" : {
3
- "id" : " 4b619425-c0ab-4855-b97a-814c177842f1 " ,
3
+ "id" : " 71e975cf-8a38-4294-ab3b-4d70ad47ec42 " ,
4
4
"team" : " protocollabs-team" ,
5
5
"platform" : " ipfs" ,
6
6
"source" : " ipfs" ,
Original file line number Diff line number Diff line change 7
7
name : Build
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - name : Checkout repo
11
- uses : actions/checkout@v2
12
- - name : Trigger Fleek Deploy
13
- uses : fleekhq/action-deploy@v1
14
- with :
15
- apiKey : ${{ secrets.FLEEK_API_KEY }}
16
- - name : Done
17
- run : echo "Check https://proto.school"
10
+ - name : Trigger build
11
+ run : curl -H "Authorization:${{ secrets.FLEEK_API_KEY }}" -H "Content-Type:application/json" -d '{"query":"mutation { triggerDeploy(siteId:\"${{ secrets.FLEEK_SITE_ID }}\") { status } }"}' https://api.fleek.co/graphql
You can’t perform that action at this time.
0 commit comments