A helper web-app to allow us to manage our events more easily
- Rust 81.1%
- Jinja 10.5%
- CSS 7.2%
- Dockerfile 1%
- Shell 0.2%
| src | ||
| web | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| default.env | ||
| deploy.sh | ||
| Dockerfile | ||
| README.md | ||
| rust-toolchain | ||
Conjures Eventbrite
A helper web-app to allow us to manage our events more easily
Run locally
watchexec \
--socket 8080 \
--restart \
--debounce 1s \
--stop-signal SIGINT -- \
cargo run
Deploy
Set git alias with:
git config alias.deploy '!git push && ssh -4 sitegui@ssh.sitegui.dev ./deploy conjurestemporel/conjures-eventbrite'
then simply run git deploy to push and deploy.