SSH token env var
This commit is contained in:
4
.github/workflows/build-helloworld-vita.yml
vendored
4
.github/workflows/build-helloworld-vita.yml
vendored
@ -65,9 +65,11 @@ jobs:
|
|||||||
make
|
make
|
||||||
|
|
||||||
- name: Deploying
|
- name: Deploying
|
||||||
|
env:
|
||||||
|
DAWN_SSH_KEY: ${{ secrets.DAWN_SSH_KEY }}
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
echo -e "${SSH_KEY//_/\\n}" > ~/.ssh/id_rsa
|
echo -e "${DAWN_SSH_KEY}" > ~/.ssh/id_rsa
|
||||||
chmod og-rwx ~/.ssh/id_rsa
|
chmod og-rwx ~/.ssh/id_rsa
|
||||||
ssh-keyscan -H wish.moe >> ~/.ssh/known_hosts
|
ssh-keyscan -H wish.moe >> ~/.ssh/known_hosts
|
||||||
ssh -t yourwishes@wish.moe "mkdir -p /home/yourwishes/Dawn/vita/debug"
|
ssh -t yourwishes@wish.moe "mkdir -p /home/yourwishes/Dawn/vita/debug"
|
||||||
|
Reference in New Issue
Block a user