Skip to content

Commit

Permalink
Ajuste .yml desplegando api
Browse files Browse the repository at this point in the history
  • Loading branch information
PELUQAZ committed Dec 6, 2024
1 parent 2c15fc9 commit 61ab330
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main_wmc-agreements-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
npm run test --if-present
- name: Zip artifact for deployment
run: |
cd test/front
zip -r ../../release.zip .
run: zip release.zip ./* -r

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -69,6 +67,5 @@ jobs:
with:
app-name: 'wmc-agreements-app'
slot-name: 'Production'
package: release.zip
enable-remote-build: true
package: .

0 comments on commit 61ab330

Please sign in to comment.