Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekotora committed Aug 1, 2023
1 parent 353dc79 commit cc78558
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ jobs:

- name: Upload production-ready build files
run: yarn deploy:server
env: # Or as an environment variable
DEPLOY_SSH_PORT: ${{ secrets.DEPLOY_SSH_PORT }}
DEPLOY_SSH_USERNAME: ${{ secrets.DEPLOY_SSH_USERNAME }}
DEPLOY_SSH_PASSWORD: ${{ secrets.DEPLOY_SSH_PASSWORD }}
DEPLOY_SSH_HOST: ${{ secrets.DEPLOY_SSH_HOST }}
1 change: 1 addition & 0 deletions deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ async function submit() {
await scpClient.close();
}catch(e) {
console.log(e);
throw e;
}
}

Expand Down

0 comments on commit cc78558

Please sign in to comment.