Update node.js.yml

This commit is contained in:
Michael Mainguy 2024-04-02 09:20:57 -05:00 committed by GitHub
parent 405d71ddbe
commit 85bfcdbf6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@ on:
jobs:
build:
name: build app
runs-on: ubuntu-latest
steps:
@ -33,4 +34,14 @@ jobs:
name: upload-dist
path: |
dist
deploy:
name: deploy on linode
needs: build
runs-on: self-hosted
steps:
- name: get artifact
uses: actions/download-artifact@v4
with:
name: upload-dist