diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/publish-env.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/publish-env.sh b/scripts/publish-env.sh new file mode 100644 index 0000000..d5e8be2 --- /dev/null +++ b/scripts/publish-env.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +export SERVER_URL=root@euandre.org +export DOCS_SERVER_PATH="/home/user-data/www/default/" |