I use the js runtime to install a js runtime :<
All checks were successful
Deploy to Web Server / deploy (push) Successful in 1m1s
All checks were successful
Deploy to Web Server / deploy (push) Successful in 1m1s
This commit is contained in:
parent
73315e96e8
commit
51a2a97b51
1 changed files with 6 additions and 1 deletions
|
@ -22,7 +22,12 @@ jobs:
|
|||
chmod -R go-rwx ~/.ssh
|
||||
ssh-keyscan -H ${{ vars.SERVER_HOST }} >> ~/.ssh/known_hosts
|
||||
echo "Deploying to ${{ vars.SERVER_HOST }} as ${{ vars.SERVER_USER }} to /var/www/${{ github.ref_name }}"
|
||||
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Install Deno
|
||||
uses: https://github.com/denoland/setup-deno@v2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue