issues
search
joaquimadraz
/
opensubs.io
:money_with_wings: Track recurring bills and subscriptions
MIT License
39
stars
11
forks
source link
Travis CI Deploy
#12
Closed
joaquimadraz
closed
6 years ago
joaquimadraz
commented
6 years ago
DONE
Get secrets from ENV instead of
prod.secrets.exs
files at build time
shipit.sh
deletes current service and start a new one based on the latest docker image
Build ARGs are being send to ENV in order to be able to build the runtime container
Pull SSL cert files from S3 bucket
Deploy to prod on PR merge to master
TODO
[x] SSL cert files need to go inside the container, how?
[x] Need to add secrets to Travis
As a future improvement:
Need to work on the zero downtime deploy, it shouldn't be that hard now
DONE
prod.secrets.exs
files at build timeshipit.sh
deletes current service and start a new one based on the latest docker imageTODO
As a future improvement: