diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-02 20:43:23 -0800 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-02 20:43:23 -0800 |
commit | e4f968cec07f2e881e7ef5966a5bf56735a96ee8 (patch) | |
tree | 3f4854040dde53c7369f323b9a5e1353c369bbe3 /create_service.sh | |
parent | 8e33d86d2735476ebabc7878af3d27c41b856ad6 (diff) | |
download | oldinfra-e4f968cec07f2e881e7ef5966a5bf56735a96ee8.tar.gz oldinfra-e4f968cec07f2e881e7ef5966a5bf56735a96ee8.zip |
make it look better
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" |