That's also one of my wishes to get improved, currently I just have a long text file where I store them so that if I move servers I can just re-run them if needed.
Could you put them in a .sh file and then just run `sh setup_dewey.sh`? Maybe put `&&` between them so that if one fails, it won't keep running through the script?
Exactely, I was really surprised that dokku isn't all based on storing these commands in a config/script which gets executed every time you change something.
dewey|1 year ago
For example for a static site that would be the following:
That's also one of my wishes to get improved, currently I just have a long text file where I store them so that if I move servers I can just re-run them if needed.mdasen|1 year ago
oezi|1 year ago