Remove debugging

This commit is contained in:
Derek Smith 2023-03-06 14:56:45 -05:00
parent 0361700cf2
commit 411af4dd08
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
13 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -ex
set -e
cd "$(dirname "$0")"
# take the services down, create a backup archive, then pull it down.

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -exu
set -eu
cd "$(dirname "$0")"
export DOCKER_HOST="ssh://ubuntu@$BTCPAY_FQDN"

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -exu
set -eu
cd "$(dirname "$0")"
./stub_lxc_profile.sh "$BASE_IMAGE_VM_NAME"

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -ex
set -e
cd "$(dirname "$0")"
LATEST_GIT_COMMIT="$(cat ../../.git/refs/heads/master)"

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -exu
set -eu
cd "$(dirname "$0")"

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -ex
set -e
export NEXTCLOUD_FQDN="$NEXTCLOUD_HOSTNAME.$DOMAIN_NAME"
export BTCPAY_FQDN="$BTCPAY_HOSTNAME.$DOMAIN_NAME"

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -exu
set -eu
cd "$(dirname "$0")"
LXD_HOSTNAME="${1:-}"

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -ex
set -e
LXC_INSTANCE_NAME=

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -ex
set -e
# let's do a refresh of the certificates. Let's Encrypt will not run if it's not time.
docker pull certbot/certbot:latest

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -ex
set -e
cd "$(dirname "$0")"
# deploy clams wallet.

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -ex
set -e
cd "$(dirname "$0")"
# here's the NGINX config. We support ghost and nextcloud.

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -ex
set -e
cd "$(dirname "$0")"
#https://github.com/fiatjaf/expensive-relay

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -ex
set -e
cd "$(dirname "$0")"
docker pull "$NOSTR_RELAY_IMAGE"