deploy/deploy.sh: same
This commit is contained in:
parent
fecb626336
commit
ea0fc2b459
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user