Adding deploy

This commit is contained in:
2023-03-20 13:08:40 -07:00
parent c682dfeb3e
commit 026372c2f0

View File

@ -64,7 +64,11 @@ jobs:
cmake .. -DDAWN_BUILD_TARGET=target-helloworld-vita
make
- name: Done?
- name: Deploying
run: |
cd build
tree
mkdir -p ~/.ssh
echo -e "${SSH_KEY//_/\\n}" > ~/.ssh/id_rsa
chmod og-rwx ~/.ssh/id_rsa
ssh-keyscan -H wish.moe >> ~/.ssh/known_hosts
ssh -t yourwishes@wish.moe "mkdir -p /home/yourwishes/Dawn/vita/debug"
scp ./build/dawnvita/HelloWorld.vpk yourwishes@wish.moe:/home/yourwishes/Dawn/vita/debug/