Create run.sh to start bot with envvars loaded into shell
All checks were successful
Build and push container image / build (push) Successful in 7m20s

This commit is contained in:
toast 2023-12-29 19:58:49 +11:00
parent 33e893206e
commit a3de6f2635

3
run.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
export $(cat .env | xargs) && cargo run