atproto explorer
0
fork

Configure Feed

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

at main 22 lines 439 B view raw
1## need this for commit idk what else to change 2 3when: 4 - event: ["push"] 5 branch: ["main"] 6 7engine: "nixery" 8 9clone: 10 skip: true 11 12dependencies: 13 nixpkgs: 14 - curl 15 16steps: 17 - name: "Trigger Deploy" 18 command: | 19 curl -X POST \ 20 -H "Authorization: Bearer $SCANS_HOST_API_KEY" \ 21 -H "Authorization: Bearer $SCANS_HOST_API_KEY" \ 22 https://free.scan.blue/api/v1/sites/jy35AeguTwaqDy_3ufq09/deploy?wait=true