ucsb-cs156-s24 / proj-organic-s24-5pm-3

https://ucsb-cs156-s24.github.io/proj-organic-s24-5pm-3/
0 stars 1 forks source link

[tool] A tool for configuring dokku app quickly #62

Closed yuxiaolejs closed 1 month ago

yuxiaolejs commented 1 month ago

Since we are adding too many configurage features (like github app or git commit message), the deploy process is getting harder and harder. This is a script that will automatically setup everything for a new deployment. No tests done, might contain bugs.

Pre-req

MUST be merged after #46 gets merged

An example app deployed using this script: https://organic.dokku.tianleyu.com/courses.

Must be merged after #46