Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago-jv authored Jun 22, 2024
1 parent b26c3f3 commit 52ef352
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@ jobs:
- name: Install dependencies for frontend
run: |
npm install
deploy:
runs-on: ubuntu-latest
needs: [build]
if: success()
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Generate build
run: |
npm run build
- name: Generate deployment package
run: zip -r deploy.zip . -x '*.git*'

Expand Down

0 comments on commit 52ef352

Please sign in to comment.