diff --git a/.github/workflows/deploy-to-staging-site.yml b/.github/workflows/deploy-to-staging-site.yml index 276f5f8f6..330f5764f 100644 --- a/.github/workflows/deploy-to-staging-site.yml +++ b/.github/workflows/deploy-to-staging-site.yml @@ -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/webapps-deploy@v3.0.0 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 diff --git a/_posts/2023-11-2-test-post.md b/_posts/2023-11-2-test-post.md deleted file mode 100644 index e9510a80e..000000000 --- a/_posts/2023-11-2-test-post.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "TEST POST" -author_name: "JEFF M" -toc: true ---- - -Nothing to see here. \ No newline at end of file