diff options
author | Stephen Enders <senders@spotify.com> | 2019-01-21 14:38:06 -0500 |
---|---|---|
committer | Stephen Enders <senders@spotify.com> | 2019-01-21 14:38:06 -0500 |
commit | b59c8c6cb0a649092749f7432772acfeb6714d27 (patch) | |
tree | e024e05b76622c6376dfacfcbd090b1d40bcd92b /README.md | |
parent | 769317ce4dcfa2565977008a3ac8ceec73d1e061 (diff) |
Added deploy to the README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,3 +5,8 @@ Personal Homepage, Blog, Resume To run this locally you'll just need docker! `$ ./docker-run.sh` will launch an `nginx` server with the contents of `www` loaded into server and can be accessed at [http://localhost] + +# deploy +To deploy run `./deploy.sh` this will require the AWS CLI to be configured properly, so make sure your creds are setup in the environment. + +It will also commit and create the `www/version.txt` file with the date of deployment. |