Skip to content

Commit 794fe06

Browse files
committed
deploy spatialization demo
1 parent baeecc8 commit 794fe06

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/deploy.yml

+12
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,15 @@ jobs:
6868
source: "emscripten-build/demo_synthesis.html,emscripten-build/demo_synthesis.js,emscripten-build/demo_synthesis.wasm,emscripten-build/demo_synthesis.data"
6969
target: ${{ secrets.REMOTE_SERVER_DIRECTORY }}
7070
strip_components: 1
71+
72+
- name: Deploy Spatialization Demo
73+
uses: appleboy/[email protected]
74+
with:
75+
host: ${{ secrets.REMOTE_SERVER_ADDR }}
76+
username: ${{ secrets.REMOTE_SERVER_USER }}
77+
key: ${{ secrets.REMOTE_SERVER_SSH_KEY }}
78+
port: ${{ secrets.REMOTE_SERVER_PORT }}
79+
source: "emscripten-build/demo_spatialization.html,emscripten-build/demo_spatialization.js,emscripten-build/demo_spatialization.wasm,emscripten-build/demo_spatialization.data"
80+
target: ${{ secrets.REMOTE_SERVER_DIRECTORY }}
81+
strip_components: 1
82+

0 commit comments

Comments
 (0)