Skip to content

Commit

Permalink
Removes << operator
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed Jun 2, 2023
1 parent 6cd19a0 commit dee12d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
install -m 600 -D /dev/null ~/.ssh/id_rsa
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
ssh-keyscan -p 8222 -H ausk.sysgears.com > ~/.ssh/known_hosts
ssh [email protected] -p 8222 << EOF
ssh [email protected] -p 8222 '
DIR=$(mktemp -u ausk.XXXXXXXX)
git clone --depth 1 https://github.com/sysgears/apollo-universal-starter-kit $DIR
cd $DIR
Expand All @@ -24,5 +24,4 @@ jobs:
nohup yarn start &
cd ..
ls ausk.* | grep -v $DIR | xargs rm -rf
EOF
echo 'Finished!'
'

0 comments on commit dee12d4

Please sign in to comment.