You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy using https://fly.io and hopefully staying in the free tier. Contact @camerondurham for accessing dashboards and logs.
Verify with:
```bash
curl --request POST \
--url http://runner.fly.dev:10100/api/v1/run \
--header 'Content-Type: application/json' \
--data '{
"source": "print('\''what is up my dudes'\'')",
"language":"python3"
}'
```
0 commit comments