Skip to content

Commit

Permalink
Source profile
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed Jun 2, 2023
1 parent dee12d4 commit 9daef69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
ssh-keyscan -p 8222 -H ausk.sysgears.com > ~/.ssh/known_hosts
ssh [email protected] -p 8222 '
source ~/.profile
DIR=$(mktemp -u ausk.XXXXXXXX)
git clone --depth 1 https://github.com/sysgears/apollo-universal-starter-kit $DIR
cd $DIR
Expand Down

0 comments on commit 9daef69

Please sign in to comment.