Commit Graph

9 Commits (606c8137a9a62e83cc73fcb06a70244f2e63a253)

Author SHA1 Message Date
LEdoian 606c8137a9 Add forgotten parameter in recursive call 3 years ago
LEdoian ebc772b7ed Add forgotten flag to deploy script
I should maybe write tests for even that?
3 years ago
LEdoian 3fc9805219 Fix comparison in deploy.sh
This is not perl, so -ne does _arithmetic_ comparison, not string. And
since that is in an if, it does not break the script…
3 years ago
LEdoian 0d4119e0ab Do not ask to overwrite static files when deploying 3 years ago
LEdoian 1d02f871dd Fix missing "then" 3 years ago
LEdoian 9b2cfe6437 Use older command for getting current branch name 3 years ago
LEdoian a87240853d Remove another "local" 3 years ago
LEdoian ab927c628a Remove "local" directive from deploy script
While bash tolerates that, dash does not.
3 years ago
LEdoian ccbf5c86fc Add a deploy script
This script should be run to deploy Wish in production. It _should_ do
everything needed, but currently it is created without being tested, so
no warranties :-)

(There will be no warranties anyway, ever :-))
3 years ago