sovereign-stack/staging/entrypoint.sh

8 lines
153 B
Bash
Raw Normal View History

2021-12-25 18:43:01 +00:00
#!/bin/bash
if [ -z "$DOMAIN_NAME" ]; then
echo "ERROR: DOMAIN_NAME not defined.".
exit 1
fi
2022-11-02 18:54:02 +00:00
/sovereign-stack/deploy.sh --domain="$DOMAIN_NAME"