deploy/deploy.sh: same

This commit is contained in:
E. S. 2024-07-28 21:55:13 +03:00
parent fecb626336
commit ea0fc2b459

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
die() { die() {
>&2 echo "error: $@" >&2 echo "error: $@"
@ -7,7 +7,7 @@ die() {
set -e set -e
DIR="$( cd "$( dirname "$(readlink -f "${BASH_SOURCE[0]}")" )" && pwd )" DIR=$(cd "$(dirname "$(readlink -f "$0")")" && pwd)
DEV_DIR="$(realpath "$DIR/../")" DEV_DIR="$(realpath "$DIR/../")"
STAGING_DIR="$HOME/staging" STAGING_DIR="$HOME/staging"