.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
brew install flyctl && fly launch --from https://github.com/aidenybai/skywarder
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aidenybai/skywarder
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aidenybai/skywarder