Adding deploy
This commit is contained in:
10
.github/workflows/build-helloworld-vita.yml
vendored
10
.github/workflows/build-helloworld-vita.yml
vendored
@ -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/
|
Reference in New Issue
Block a user