more changes
This commit is contained in:
parent
a331c6dac7
commit
86f69a9e66
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,14 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: node:18
|
image: node:18
|
||||||
steps:
|
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
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -24,6 +32,7 @@ jobs:
|
||||||
# If you have specific known hosts
|
# If you have specific known hosts
|
||||||
ssh-known-hosts: git.mcdevitt.tech
|
ssh-known-hosts: git.mcdevitt.tech
|
||||||
ssh-strict: false
|
ssh-strict: false
|
||||||
|
github-server-url: 'https://git.mcdevitt.tech'
|
||||||
|
|
||||||
- name: Setup Rust
|
- name: Setup Rust
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue