diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-02 16:58:21 -0800 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-02 16:58:21 -0800 |
commit | 8e42029d13cc6f6f9dac22cc5b7b122f17d791d5 (patch) | |
tree | 00b69b7dbfd17ef17119d1c42347a94522a249e2 /create_service.sh | |
parent | 6488ee867c08faf2e7fe53c39febe91c04afc6b1 (diff) | |
download | oldinfra-8e42029d13cc6f6f9dac22cc5b7b122f17d791d5.tar.gz oldinfra-8e42029d13cc6f6f9dac22cc5b7b122f17d791d5.zip |
create a something service
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() { |