GitDeployHub

aidenybai/skywarder

github.com/aidenybai/skywarder ↗
Node.js API
4 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • DB_URL secret MLab database URI (e.g. mongodb://EXAMPLE_USER:EXAMPLE_PASS@EXAMPLE_SUBDOMAIN.mlab.com:EXAMPLE_PORT/EXAMPLE_PROJECT)
  • SKYWARD_URL Default Skyward URL (Camas)
  • SECRET secret Github Webhook Secret
  • PORT Server port
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/aidenybai/skywarder
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aidenybai/skywarder
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aidenybai/skywarder
Or deploy to a different host
← Try another repo