Skip to content

Commit

Permalink
Moves port spec in front
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed Jun 2, 2023
1 parent 47a56ca commit 10af2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
install -m 600 -D /dev/null ~/.ssh/id_rsa
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
ssh-keyscan -H ausk.sysgears.com -p 8222 > ~/.ssh/known_hosts
ssh-keyscan -p 8222 -H ausk.sysgears.com > ~/.ssh/known_hosts
ssh [email protected] -p 8222 << EOF
rm -rf ausk.old
mv apollo-universal-starter-kit ausk.old
Expand Down

0 comments on commit 10af2d5

Please sign in to comment.