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
- Host: GitHub
- URL: https://github.com/stefanzweifel/deployer-on-github-actions-example
- Owner: stefanzweifel
- Created: 2021-05-14T09:07:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T09:20:35.000Z (over 1 year ago)
- Last Synced: 2025-03-31T05:33:22.605Z (10 months ago)
- Language: PHP
- Homepage: https://stefanzweifel.dev/posts/2021/05/24/deployer-on-github-actions
- Size: 73.2 KB
- Stars: 13
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
)