Skip to content

Commit

Permalink
update simple php workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed May 26, 2024
1 parent 13e9add commit c99f5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-simple.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://learn.microsoft.com/ja-jp/azure/app-service/configure-language-php?pivots=platform-linux
name: PHP Simple

on:
Expand Down Expand Up @@ -94,7 +95,6 @@ jobs:
with:
app-name: ${{ vars.AZURE_WEBAPP_NAME }}-php
slot-name: 'Production'
package: .

- name: Az CLI Logout
run: az logout

0 comments on commit c99f5cc

Please sign in to comment.