diff options
author | Varac <varac@leap.se> | 2017-11-20 20:09:44 +0100 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-11-20 20:09:44 +0100 |
commit | 4c27ec7c6225de438416f3689313668181e51a65 (patch) | |
tree | 5b298a794af8c1c25d5defb72e35e64e88b69dd6 | |
parent | 79c91ea4448bc444c9c62b187dff935eba1ad615 (diff) |
Document automatic deploys from CI
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -14,8 +14,11 @@ Pages. For more information how to use `amber`, see: https://github.com/leapcode/amber. -For now, there is no post-commit hook on this repo that automatically triggers -an update to the website. To deploy the current version: +Pushes to this repo will automatically get deployed to the website from 0xacab.org CI +(see `.gitlab-ci.yml`). + +To deploy the current version manually (please only use in rare exceptions as the +recommended way of deploying is to push to the repo): sudo gem install capistrano git clone https://leap.se/git/leap_se |