Skip to content

Commit

Permalink
Merge pull request #119 from sarapis/d9it-patch-1
Browse files Browse the repository at this point in the history
Update master_orservices-test.yml
  • Loading branch information
d9it committed Sep 23, 2023
2 parents c97ae0f + 4e4e085 commit baecb39
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/master_orservices-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,3 @@ 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 baecb39

Please sign in to comment.