You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,17 @@ Based on the excellent WordPress Plugin [WP Netlify Webhook Deploy](https://gith
9
9
- 🚗 Deploy your Vercel project when publishing / updating a WordPress post
10
10
- 👉 Manually deploy your Vercel Project with the push of a button
11
11
12
-
## Installation
12
+
## 🛠 Installation
13
13
14
14
You can install WP Vercel Deploy Hooks manually or through Composer
15
15
16
-
### Manual Install
16
+
### 🤙 Manual Install
17
17
18
18
- Download the plugin as a `.zip` file [from the repository](https://github.com/aderaaij/wp-vercel-deploy-hooks/archive/main.zip)
19
19
- Login to your WordPress site and go to `Plugins -> Add new -> Upload plugin`
20
20
- Locate the `.zip` file on your machine, upload and activate
21
21
22
-
### Composer
22
+
### 🎼 Composer
23
23
24
24
Composer allows you to install pacakges from a GitHub repository. This repository includes a `composer.json` file which declares the package as a WordPress plugin. Include it in your project's `composer.json` as following:
25
25
@@ -39,14 +39,14 @@ Composer allows you to install pacakges from a GitHub repository. This repositor
39
39
40
40
Now the package will be included in the plugins folder when you use `composer install/update`.
41
41
42
-
## Settings / Configuration
42
+
## ⚙️ Settings / Configuration
43
43
44
44
To enable the plugin, you will need to create a [Deploy Hook for your Vercel Project](https://vercel.com/docs/more/deploy-hooks).
45
45
46
46
### Settings
47
47
48
48
After you've created your deploy hook, navigate to `Deploy -> Settings` in the WordPress admin menu and paste your Vercel Deploy hook URL. On the settings page you can also activate deploys when you publish or update a post (disabled by default).
0 commit comments