fix from hebitrock @ github

This commit is contained in:
Ric Harvey
2018-06-19 00:15:59 +01:00
parent 0ea283fb2c
commit 8049fb8324

View File

@@ -15,7 +15,7 @@ services:
restart: always
environment:
SSH_KEY: '<YOUR _KEY_HERE>'
GIT_REPO: 'git@github.com:<YOUR_ACCOUNT>/<YOUR_REPO?.git'
GIT_REPO: 'git@github.com:<YOUR_ACCOUNT>/<YOUR_REPO>.git'
GIT_EMAIL: 'void@ngd.io'
GIT_NAME: '<YOUR_NAME>'
```