data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: fix deploy cmd

dusk 56e478d5 ee60bdb6

+2 -1
+2 -1
.forgejo/workflows/build.yaml
··· 24 24 - name: trigger deploy 25 25 env: 26 26 PAT: ${{ secrets.PAT }} 27 - run: curl -X POST https://git.gaze.systems/api/v1/repos/90008/ark/actions/workflows/deploy.yml/dispatches -H 'Accept: application/json' -H "Authorization: token $PAT" --json '{"ref": "terra"}'` 27 + run: | 28 + curl -X POST "https://git.gaze.systems/api/v1/repos/90008/ark/actions/workflows/deploy.yml/dispatches" -H "Accept: application/json" -H "Authorization: token $PAT" --json '{"ref": "terra"}'