Skip to content

Commit

Permalink
update backend CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
geovalexis committed Jun 14, 2024
1 parent 1c8ea5c commit 96ba433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_laia-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Optional: Add step to run tests here

- name: Zip artifact for deployment
run: zip release.zip ./* -r -x .git/\* -x .github/\* -x venv/\*
run: zip release.zip ./* -r -x .git/\* -x .github/\* -x venv/\* -x **.js -x **.css -x **.html -x resources/\* -x fonts/\*

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 96ba433

Please sign in to comment.