_stefanzweifel’s avatar_stefanzweifel’s Twitter Archive—№ 1,824

          1. 🖋️ Running Deployer on GitHub Actions Wrote a lengthy guide (4.4k words!) on everything I know about deployments, deployer and GitHub Actions. stefanzweifel.io/posts/2021/05/24/deployer-on-github-actions A few examples and highlights ↓
        1. …in reply to @_stefanzweifel
          A copy-and-paste ready workflow to trigger the deployment manually. The deployment can then be triggered through the GitHub UI, CLI or API. github.com/stefanzweifel/deployer-on-github-actions-example/blob/main/.github/workflows/deploy_manual.yml
      1. …in reply to @_stefanzweifel
        A workflow to trigger a deployment on each push to the default branch. github.com/stefanzweifel/deployer-on-github-actions-example/blob/main/.github/workflows/deploy_push.yml
    1. …in reply to @_stefanzweifel
      A workflow to deploy nightly versions of your app or reset demo application every $n hours. github.com/stefanzweifel/deployer-on-github-actions-example/blob/main/.github/workflows/deploy_schedule.yml
  1. …in reply to @_stefanzweifel
    And lastly, there is a bonus section which covers how to add GitHub environments to those workflows. stefanzweifel.io/posts/2021/05/24/deployer-on-github-actions/#use-github-environments