diff options
author | kwadronaut <kwadronaut@leap.se> | 2016-10-11 17:20:39 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2016-10-11 17:20:39 +0200 |
commit | a7453fba9b226c1e811657d9c35b567561911779 (patch) | |
tree | 6767ed6df9b326fe6da79f49f4dd0761dc86e86b | |
parent | 48e9bfab840483e5d613251c2e6b7e8b6717bb44 (diff) |
correct deploy instructions
-rw-r--r-- | DEPLOY.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,19 +1,19 @@ The fully rendered pages must be committed to this repo for them to show up. -This means you need to make sure to run a 'amber recompile' before you commit +This means you need to make sure to run a 'amber rebuild' before you commit any change. To deploy dl_bitmask_net to dl.bitmask.net: git clone ssh://gitolite@leap.se/dl_bitmask_net cd dl_bitmask_net - amber recompile + amber rebuild git commit ... git push The post commit hooks should update dl.bitmask.net automatically, but if they do not: - ssh salmon.leap.se -l root + ssh loris.leap.se -l root cd /var/www/dl_bitmask_net su www-data git checkout master |