forked from ari/ari-express
I use the js runtime to install a js runtime :<
This commit is contained in:
parent
73315e96e8
commit
51a2a97b51
1 changed files with 6 additions and 1 deletions
|
@ -23,6 +23,11 @@ jobs:
|
||||||
ssh-keyscan -H ${{ vars.SERVER_HOST }} >> ~/.ssh/known_hosts
|
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 }}"
|
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
|
- name: Install Deno
|
||||||
uses: https://github.com/denoland/setup-deno@v2
|
uses: https://github.com/denoland/setup-deno@v2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue