diff options
Diffstat (limited to 'create_service.sh')
-rwxr-xr-x | create_service.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/create_service.sh b/create_service.sh index 59312d0..acbdf5f 100755 --- a/create_service.sh +++ b/create_service.sh @@ -5,8 +5,8 @@ set -e DNS_ENDPOINT="https://hatecomputers.club/dns" BIND_FILE="roles/nameservers/templates/db.simponic.xyz.j2" -SERVICE_TITLE="something simponic." -SERVICE="something" +SERVICE_TITLE="phoneof simponic." +SERVICE="phoneof" SERVICE_PORT="6363" SERVICE_REPO="git.simponic.xyz/simponic/$SERVICE" SERVICE_ORIGIN="git@git.simponic.xyz:simponic/$SERVICE" |