GitDeployHub

abimaelmartell/pco-cli

github.com/abimaelmartell/pco-cli ↗
Node.js API
5 environment variables found in .env.example

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

  • PCO_ACCESS_TOKEN secret Create a Planning Center personal access token or OAuth app credentials, then set either a bearer token or an app id/secret pair.
  • PCO_APP_ID
  • PCO_SECRET secret
  • PCO_BASE_URL
  • PCO_USER_AGENT
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/abimaelmartell/pco-cli
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/abimaelmartell/pco-cli
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/abimaelmartell/pco-cli
Or deploy to a different host
← Try another repo