Skip to content

Commit

Permalink
Merge pull request #120 from sarapis/revert-119-d9it-patch-1
Browse files Browse the repository at this point in the history
Revert "Update master_orservices-test.yml"
  • Loading branch information
d9it committed Sep 23, 2023
2 parents baecb39 + 78e5076 commit 1970bc6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/master_orservices-test.yml
Expand Up @@ -37,3 +37,24 @@ jobs:
name: php-app
path: .

deploy:
runs-on: ubuntu-latest
needs: build
environment:
name: 'Production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v2
with:
name: php-app

- name: 'Deploy to Azure Web App'
uses: azure/webapps-deploy@v2
id: deploy-to-webapp
with:
app-name: 'orservices-test'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_CA80619539E74295B4612446469CD518 }}
package: .

0 comments on commit 1970bc6

Please sign in to comment.