Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.18 KB

WeatherWarnBot

CI

Tis basically a bot in Telegram for myself to check the weather. Work in Progress.

Getting started

  1. make bootstrap
  2. make run

Note: To remove the database volume run make bootstrap-down.

🚀 Deploying

Deploy on Railway

Running the migrations

Regarding the migrations, I leverage flyway and running them manually before deploying due to its simplicity, but since they are raw SQL, you can use a dozen other different tools. Regarding flyway, you can see how it's leveraged both in the docker-compose.yml file and in the rw-migrate make target.