Skip to content

Commit

Permalink
Update master_splace-classroom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lutfianRhdn authored May 21, 2024
1 parent 6370663 commit 998e21d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/master_splace-classroom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
npm install -g env-cmd
npx prisma generate
env-cmd -f .env.production npm run build
env-cmd -f .env.production yarn build
- name: Zip artifact for deployment
run: zip release.zip ./* -r
Expand Down Expand Up @@ -59,4 +60,4 @@ jobs:
app-name: 'splace-classroom'
slot-name: 'Production'
package: .
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_B3D886B7EEE5487193A165F22B9FDD5A }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_B3D886B7EEE5487193A165F22B9FDD5A }}

0 comments on commit 998e21d

Please sign in to comment.