Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SaifulI57 committed Feb 3, 2024
1 parent 5a053d9 commit e0e7871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master_weather-aprikas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
npm install
npm run build --if-present
npm run test --if-present
npm run start --if-present
- name: Zip artifact for deployment
run: zip release.zip ./* -r
Expand All @@ -52,12 +51,13 @@ jobs:

- name: Unzip artifact for deployment
run: unzip release.zip

- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
with:
app-name: 'weather-aprikas'
slot-name: 'Production'
package: .
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_33349E1A224C4CDDADE4DCA1E32A29D7 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_33349E1A224C4CDDADE4DCA1E32A29D7 }}
- name: run node
run: npm run start
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
.github

0 comments on commit e0e7871

Please sign in to comment.