keysss....
This commit is contained in:
parent
bdc5baf73a
commit
03438afb94
|
@ -24,13 +24,13 @@ jobs:
|
||||||
- name: Configure SSH
|
- name: Configure SSH
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh/
|
mkdir -p ~/.ssh/
|
||||||
echo $SSH_KEY > ~/.ssh/staging.pub
|
echo $SSH_KEY > ~/.ssh/staging.key
|
||||||
chmod 600 ~/.ssh/staging.pub
|
chmod 600 ~/.ssh/staging.key
|
||||||
cat >>~/.ssh/config <<END
|
cat >>~/.ssh/config <<END
|
||||||
Host staging
|
Host staging
|
||||||
HostName $SSH_HOST
|
HostName $SSH_HOST
|
||||||
User $SSH_USER
|
User $SSH_USER
|
||||||
IdentityFile ~/.ssh/staging.pub
|
IdentityFile ~/.ssh/staging.key
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
END
|
END
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
using System.Text.Json.Nodes;
|
|
||||||
using InnovEnergy.App.Backend.Database;
|
using InnovEnergy.App.Backend.Database;
|
||||||
using InnovEnergy.App.Backend.Relations;
|
using InnovEnergy.App.Backend.Relations;
|
||||||
using InnovEnergy.Lib.Utils;
|
using InnovEnergy.Lib.Utils;
|
||||||
|
|
Loading…
Reference in New Issue