Skip to content

etkachev/f3boise

Repository files navigation

F3 slack bot

Deployment process

Before pushing master

  1. Make sure to run sqlx local snapshot
cargo sqlx prepare
  1. Run clippy and tests
cargo clippy && cargo test
  1. Make sure in DigitalOcean db is open to external connection. You will need this security disabled in order to run migrations if there are any.

  2. Push to deploy and watch deployment in DigitalOcean.

After deployment is successful

  1. If any migrations, run the following
DATABASE_URL=YOUR-DIGITAL-OCEAN-DB-CONNECTION-STRING sqlx migrate run
  1. Also run sync method
https://f3boiseapi-cycjv.ondigitalocean.app/sync

About

web app for f3 boise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages