You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a new version of bouncer can be deployed by SSH into bouncer as root and doing a git pull in /var/www. Is there a way to make this seamless? Perhaps a daily/triggered git pull?
The text was updated successfully, but these errors were encountered:
Done: add a remote git remote add username@bouncer:/var/www and push to its master branch to deploy. Important: make sure your username on bouncer is a member of the local git group, since any changed/new files will be owned by the user and group that pushes: root$ adduser username git
Currently, a new version of bouncer can be deployed by SSH into
bouncer
asroot
and doing agit pull
in/var/www
. Is there a way to make this seamless? Perhaps a daily/triggeredgit pull
?The text was updated successfully, but these errors were encountered: