Skip to content

Commit

Permalink
Update main_devablos-v2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HlexNC authored Jun 13, 2024
1 parent 6aff781 commit d68863f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main_devablos-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,17 @@ jobs:
npm install
npm run build --if-present
npm run test --if-present
working-directory: ./server

- name: Zip artifact for deployment
run: zip release.zip ./* -r
working-directory: ./server

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
with:
name: node-app
path: release.zip
path: ./server/release.zip

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d68863f

Please sign in to comment.