Updated Gitignore

This commit is contained in:
konrad 2017-04-29 17:32:39 +02:00 committed by konrad
parent eb6659f2d8
commit ff5ff9fb75
1 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
ssh_key=/path/to/deploy-key # Path to the Deploy-SSH
git_url=ssh://git@your-server.tld/gitproject.git # SSH-Path to your Git-Project
deploy_dir=/path/to/deploy/dir # The folder to which the updated version of your site will be deployed. You need write permissions.
container_name= # If you run your site within a docker-container, the application can automatically restart the container for any changes to take effect.
secret= # The Secret sent by the webhook - to prevent abuse
interface=":8080" # The interface the server should listen on
branch_name=refs/heads/master # The name of the branch. If an update to this branch is triggered, the application will run the update.
ssh_key=/home/konrad/Schreibtisch/life-wob/life-deploy
git_url=ssh://git@git.mowie.cc:9022/Websites/Life-Homepage.git
deploy_dir=/home/konrad/Schreibtisch/life-wob/html
container_name=
secret=Baum
interface=":8080"
branch_name=refs/heads/master