refactor: remove no_record? method and simplify index action in Dashb… #59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Ping fucking Render dynos | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: 🔄 Ping | |
| shell: bash | |
| run: | | |
| curl -X GET https://staging-pastel-api.onrender.com/api/v1/pings -H "Origin: https://staging-pastel-front.vercel.app" -H "Accept: application/json" -H "Referrer: https://staging-pastel-front.vercel.app" -H "User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36" |