additional prints
This commit is contained in:
parent
c730597f98
commit
7e021be0b8
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,8 @@ if [ -e "${KEYFILE}" ]; then
|
||||||
echo "Found existing key in ${KEYFILE}, aborting."
|
echo "Found existing key in ${KEYFILE}, aborting."
|
||||||
echo "Printing private key:"
|
echo "Printing private key:"
|
||||||
cat "${KEYFILE}"
|
cat "${KEYFILE}"
|
||||||
exit 1
|
echo "Add this as 'PAGES_SSH_KEY' to the repository secrets."
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
URL="https://git.abstractnonsen.se/${OWNER}/${REPOSITORY}"
|
URL="https://git.abstractnonsen.se/${OWNER}/${REPOSITORY}"
|
||||||
|
@ -52,5 +53,6 @@ echo "command=\"${DEPLOY_SCRIPT} ${OWNER} ${REPOSITORY}\",no-port-forwarding,no-
|
||||||
echo "Generate and configured new key in ${KEYFILE}"
|
echo "Generate and configured new key in ${KEYFILE}"
|
||||||
echo "Printing private key:"
|
echo "Printing private key:"
|
||||||
cat "${KEYFILE}"
|
cat "${KEYFILE}"
|
||||||
|
echo "Add this as 'PAGES_SSH_KEY' to the repository secrets."
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue