remove ssh setup. lets try standard port 22

This commit is contained in:
Brendan McDevitt 2025-03-28 07:41:34 -05:00
parent b496aac3fc
commit 29bc591d5c

View file

@ -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: