Download the PHP package juzaweb/auto-deploy without Composer
On this page you can find all versions of the php package juzaweb/auto-deploy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download juzaweb/auto-deploy
More information about juzaweb/auto-deploy
Files in juzaweb/auto-deploy
Download juzaweb/auto-deploy
More information about juzaweb/auto-deploy
Files in juzaweb/auto-deploy
Vendor juzaweb
Package auto-deploy
Short Description Automate deployment deployment using git and webhooks
License MIT
Homepage https://juzaweb.com
Package auto-deploy
Short Description Automate deployment deployment using git and webhooks
License MIT
Homepage https://juzaweb.com
Please rate this library. Is it a good library?
Informations about the package auto-deploy
Auto deployment using git and webhooks plugin
Set up Automated Deployments From GitHub With Webhook
-
Setup config in file
.env
-
Make drploy token, run command
- Set up command on build, make
.deploy.yml
in root your source folder.
Example:
- Add a repository webhook on GitHub
To add a webhook to an existing repository, navigate to the GitHub repository page and go to "Settings" > "Webhooks". Click on "Add webhook".
- Payload URL — A custom domain that points to your server or your server's public IP, followed by
{action}: Action define in your file .deploy.yml
, example above, the action will be github-deploy
{token}: Your token created above
- Secret — A shared secret
DEPLOY_GITHUB_SECRET
in.env
- Which events would you like to trigger this webhook? (Default option: "Just the push event.")
IF YOU WANT TO ADD CUSTOM PARAM TO YOUR COMMANDS ADD QUERY STRING TO WEBHOOK URL
Example:
Webhook Url:
In file .deploy.yml
All versions of auto-deploy with dependencies
PHP Build Version
Package Version
No informations.
The package juzaweb/auto-deploy contains the following files
Loading the files please wait ....