This commit is contained in:
Michael Grote 2023-08-02 18:56:04 +02:00
parent 17806b6333
commit 63f0f424cc
1 changed files with 1 additions and 1 deletions

2
app.sh
View File

@ -7,7 +7,7 @@
echo "clone repository..."
GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no -i $GIT_REPO_DEPLOY_KEY" git clone "$GIT_REPO_URL" "$GIT_REPO_PATH" --quiet > /dev/null
cd "$GIT_REPO_PATH"
cd "$GIT_REPO_PATH" || exit
while true ; do
echo "pull repository..."