Skip to content

Commit

Permalink
clean comments remove test post
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Martinez committed Nov 3, 2023
1 parent 35979b4 commit 919f71d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/deploy-to-staging-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions _posts/2023-11-2-test-post.md

This file was deleted.

0 comments on commit 919f71d

Please sign in to comment.