Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 686 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 686 Bytes

A Discord Bot for Hacksquad

How to Deploy?

Requirements

  • Docker
  • Docker Compose

Steps To Run

  1. Copy the docker-compose.yml and .env.example files to your server
  2. Rename .env.example -> .env. And fill out the values
  3. docker pull ghcr.io/hacksquaddev/discord-rust:main
  4. docker compose up or docker-compose up for earlier versions of docker compose

How to autodeploy?

Let the watchtower container run :P

Development

If you're using NixOS, you're in luck since we provide a shell.nix file. Just for u ;)

Requirements

  • This project uses git flow which can be found here.
  • Rust