We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8003a5 commit 49b1071Copy full SHA for 49b1071
scripts/auto-deploy.sh
@@ -2,6 +2,11 @@
2
3
declare -r PRIVATE_KEY_FILE_NAME='github_deploy_key'
4
5
+if [ -z "${encrypted_1e2182e20f4c_iv-}" ] || [ -z "${encrypted_1e2182e20f4c_key}" ]; then
6
+ echo >&2 'secure keys do not exist'
7
+ exit 0
8
+fi
9
+
10
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
11
12
# Decrypt the file containing the private key
0 commit comments