Use proper SSH key in helper scripts.
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ set -e
|
||||
# https://stackoverflow.com/a/1482133/270712
|
||||
MYDIR=`dirname -- "$( readlink -f -- "$0"; )";`
|
||||
pushd "$MYDIR"
|
||||
git pull
|
||||
git pull --recurse-submodules
|
||||
docker compose -f docker-compose.yml up build
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user