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