Skip to content

Commit

Permalink
Update main_goals-bingo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UniqueClone authored Jan 3, 2024
1 parent 95b195b commit eaf8219
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main_goals-bingo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ jobs:
npm install
npm run build --if-present
- name: compress artifact
run: zip -r app-release.zip .

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

deploy:
runs-on: ubuntu-latest
Expand All @@ -52,4 +55,4 @@ jobs:
app-name: 'goals-bingo'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_1D37BD03F9AE46E98B0108ABA7C9F03F }}
package: .
package: ./app-release.zip

0 comments on commit eaf8219

Please sign in to comment.