* Initial work * Setup script stub * Wrap runit and call dos2unix beforehand. * Working to the point I need to make it sync in and out of s3. * Seems like we're done and its working. * Add build process. * Add build process. * Bugfixes discovered during deployment. * Copy certs into /live because certbot is a pain. * More elegant about hammering letsencrypt. * Working!
3 lines
57 B
Bash
Executable file
3 lines
57 B
Bash
Executable file
#!/usr/bin/env bash
|
|
echo "Starting Bouncer"
|
|
/app/bouncer
|