DEV Community

Cover image for The Gatsby Changelog Prototype
Paul Scanlon
Paul Scanlon

Posted on • Edited on

2 2

The Gatsby Changelog Prototype

My Workflow

build-me.yml

A scheduled workflow for Jamstack Static Site Generators.

Demo: https://changelog.gatsbyjs.io
Repo: https://github.com/gatsby-inc/changelog

You can read all about how I created this workflow and the demo site on the link below: 👇
Building The Gatsby Changelog Prototype


Submission Category:

DIY Deployments


Yaml File or Link to Code

build-me.yml

name: Build Site

on:
  schedule:
    - cron: '* */12 * * *'

jobs:
  Trigger-Build:
    runs-on: ubuntu-latest
    steps:
      - run: echo "set env using GATSBY_CLOUD_BUILD_WEBOOK"
        env:
          GATSBY_WEBHOOK: ${{secrets.GATSBY_CLOUD_BUILD_WEBOOK}}
      - name: Post to Gatsby Cloud Webhook
        id: rebuild
        uses: fjogeleit/http-request-action@master
        with:
          url: ${{secrets.GATSBY_CLOUD_BUILD_WEBOOK}}
          method: 'POST'
Enter fullscreen mode Exit fullscreen mode

Additional Resources / Info

fjogeleit/http-request-action@master

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay