remove ssh setup. lets try standard port 22
This commit is contained in:
parent
b496aac3fc
commit
29bc591d5c
1 changed files with 0 additions and 8 deletions
|
@ -13,14 +13,6 @@ jobs:
|
|||
container:
|
||||
image: node:18
|
||||
steps:
|
||||
- name: Git Setup
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo 'Host git.mcdevitt.tech' >> ~/.ssh/config
|
||||
echo ' HostName git.mcdevitt.tech' >> ~/.ssh/config
|
||||
echo ' Port 3022' >> ~/.ssh/config
|
||||
cat ~/.ssh/config
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue