We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aeca03 commit da9bb84Copy full SHA for da9bb84
entrypoint.sh
@@ -23,8 +23,8 @@ echo "$WPENGINE_SSH_KEY_PUBLIC" > "$WPENGINE_SSH_KEY_PUBLIC_PATH"
23
24
chmod 700 "$SSH_PATH"
25
chmod 644 "$KNOWN_HOSTS_PATH"
26
-chmod 600 "$DEPLOY_KEY"
27
-chmod 644 "$DEPLOY_KEY_PUB"
+chmod 600 "$WPENGINE_SSH_KEY_PRIVATE_PATH"
+chmod 644 "$WPENGINE_SSH_KEY_PUBLIC_PATH"
28
29
git config core.sshCommand "ssh -i $WPENGINE_SSH_KEY_PRIVATE_PATH -o UserKnownHostsFile=$KNOWN_HOSTS_PATH"
30
git remote add $WPENGINE_ENV git@$WPENGINE_HOST:$WPENGINE_ENV/$WPENGINE_SITE.git
0 commit comments