github: notify search engines of sitemap updates [deploy]

This commit is contained in:
Harsh Shandilya 2022-02-27 18:29:55 +05:30
parent 4a7ce5e581
commit 5d8bc06fae
1 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,13 @@ jobs:
env:
CF_ZONE_ID: ${{ secrets.CF_ZONE_ID }}
- name: Notify search engines of sitemap updates
shell: bash
run: |
SITEMAP_URL="https://msfjarvis.dev/sitemap.xml"
curl "https://google.com/ping?sitemap=${SITEMAP_URL}"
curl "https://www.bing.com/ping?sitemap=${SITEMAP_URL}"
deploy-staging:
if: "contains(github.event.head_commit.message, '[staging]')"
runs-on: ubuntu-latest