Skip to content

Commit

Permalink
more authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
subhojit777 committed Feb 18, 2022
1 parent 116b34b commit 8afa2aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ mkdir -p ~/.ssh && chmod 0700 ~/.ssh
cat ${GITHUB_ACTION_PATH}/known_hosts >> ~/.ssh/known_hosts

platform project:set-remote ${PLATFORM_PROJECT_ID}
ssh-keyscan -t ed25519 git.au.platform.sh >> ~/.ssh/known_hosts
PLATFORM_OPTS="-vv --activate --target ${GITHUB_REF_NAME}"
if [[ -n "$FORCE_PUSH" ]]; then
PLATFORM_OPTS="$PLATFORM_OPTS --force"
Expand Down

0 comments on commit 8afa2aa

Please sign in to comment.