1
0
Fork 0
forked from ari/ari-express

I use the js runtime to install a js runtime :<

This commit is contained in:
Ariadna 2025-05-11 02:45:15 -04:00
parent 73315e96e8
commit 51a2a97b51
Signed by: ari
SSH key fingerprint: SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY

View file

@ -22,7 +22,12 @@ jobs:
chmod -R go-rwx ~/.ssh chmod -R go-rwx ~/.ssh
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