diff options
Diffstat (limited to 'create_service.sh')
-rwxr-xr-x | create_service.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/create_service.sh b/create_service.sh index cab9af2..0cee8b4 100755 --- a/create_service.sh +++ b/create_service.sh @@ -5,15 +5,15 @@ set -e DNS_ENDPOINT="https://hatecomputers.club/dns" BIND_FILE="roles/nameservers/templates/db.simponic.xyz.j2" -SERVICE_TITLE="phoneof simponic." -SERVICE="phoneof" -SERVICE_PORT="19191" +SERVICE_TITLE="something simponic." +SERVICE="something" +SERVICE_PORT="6363" SERVICE_REPO="git.simponic.xyz/simponic/$SERVICE" SERVICE_ORIGIN="git@git.simponic.xyz:simponic/$SERVICE" INTERNAL="no" SERVICE_HOST="ryo" PACKAGE_PATH="$HOME/git/simponic/$SERVICE" -HATECOMPUTERS_API_KEY="$(pbaste)" +HATECOMPUTERS_API_KEY="$(pbpaste)" function render_template() { |