-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeff Martinez
committed
Nov 3, 2023
1 parent
35979b4
commit 919f71d
Showing
2 changed files
with
1 addition
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,20 +83,11 @@ jobs: | |
with: | ||
name: jekyll-app | ||
|
||
# - name: Deploy to slot on staging site | ||
# uses: azure/webapps-deploy@v1 | ||
# with: | ||
# app-name: ${{ env.WEBAPP_NAME }} | ||
# slot-name: ${{ env.SLOT_NAME }} | ||
# package: blog.zip | ||
|
||
#### new deploy to slot staging | ||
- name: Deploy to slot on staging site-2 | ||
- name: Deploy to slot on staging site | ||
uses: Azure/[email protected] | ||
with: | ||
app-name: ${{ env.WEBAPP_NAME }} | ||
slot-name: ${{ env.SLOT_NAME }} | ||
# Applies to Web App only: Path to package or folder. *.zip, *.war, *.jar or a folder to deploy..default path is . | ||
package: blog.zip | ||
|
||
- name: Comment on PR with the preview link | ||
|
This file was deleted.
Oops, something went wrong.