An open API service indexing awesome lists of open source software.

https://github.com/stefanzweifel/deployer-on-github-actions-example

Example Repository showcasing how to run deployer on GitHub Actions
https://github.com/stefanzweifel/deployer-on-github-actions-example

Last synced: 8 months ago
JSON representation

Example Repository showcasing how to run deployer on GitHub Actions

Awesome Lists containing this project

README

          

# Run Deployer on GitHub Actions

This repository holds example workflows to showcase how you can use and run [deployer](https://deployer.org/).

To learn more about how to use these workflows read the accompanianing [blog post](https://stefanzweifel.dev/posts/2021/05/24/deployer-on-github-actions).

## Bookmarks

- [Trigger Deployment Manually](https://github.com/stefanzweifel/deployer-on-github-actions-example/blob/main/.github/workflows/deploy_manual.yml)
- [Trigger Deployment Manually (Cached Composer Dependenices)](https://github.com/stefanzweifel/deployer-on-github-actions-example/blob/main/.github/workflows/deploy_manual_with_cache.yml)
- [Trigger Deployment Manually (GitHub Environments)](https://github.com/stefanzweifel/deployer-on-github-actions-example/blob/main/.github/workflows/deploy_manual_with_environments.yml)
- [Trigger Deployment on Push to Default Branch](https://github.com/stefanzweifel/deployer-on-github-actions-example/blob/main/.github/workflows/deploy_push.yml)
- [Trigger Deployment on Schedule](https://github.com/stefanzweifel/deployer-on-github-actions-example/blob/main/.github/workflows/deploy_schedule.yml)
- [Trigger Deployment on Release](https://github.com/stefanzweifel/deployer-on-github-actions-example/blob/main/.github/workflows/deploy_release.yml)

## Questions

If you have questions about the workflows feel free to join the discussion or open a new thread.

- [stefanzweifel/ama](https://github.com/stefanzweifel/ama/discussions)
- [stefanzweifel/deployer-on-github-actions-example](https://github.com/stefanzweifel/deployer-on-github-actions-example/discussions
)