Skip to content

Commit

Permalink
Subsequent deployments need a fresh start
Browse files Browse the repository at this point in the history
After the first deployment, subsequent ones need to clear
out the target dir because the deployment script will not
remove unneeded files. Add that to the instructions.
  • Loading branch information
jconway committed Feb 17, 2017
1 parent 51fee13 commit dfc8e9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ The same goes for 'mediabase'. Also add this line to context.override.json follo
Finally, run the following to deploy:
```
cd "${WORKDIR}"
# the next line not needed the first time deploying
rm -rf 2017.postgresopen.org/*
pgeu-website/tools/deploystatic/deploystatic.py $(pwd)/pgopen2017 $(pwd)/2017.postgresopen.org
```

Expand Down

0 comments on commit dfc8e9c

Please sign in to comment.