mirror of
https://github.com/cupcakearmy/directus-remote-trigger.git
synced 2024-12-21 23:56:28 +00:00
Merge branch 'master' of github.com:cupcakearmy/directus-remote-trigger
This commit is contained in:
commit
51c74b7f71
19
readme.md
19
readme.md
@ -2,13 +2,30 @@
|
|||||||
|
|
||||||
Trigger remote urls in the Directus admin view.
|
Trigger remote urls in the Directus admin view.
|
||||||
|
|
||||||
|
![Screenshot](https://i.imgur.com/Cnl3PBn.png)
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
I needed a way to trigger my Vercel build as the native hooks support in the settings page would require a hook for each crud operation on each collection.
|
I needed a way to trigger my Vercel build as the native hooks support in the settings page would require a hook for each crud operation on each collection.
|
||||||
|
|
||||||
## Getting Started 🚀
|
## Getting Started 🚀
|
||||||
|
|
||||||
![Screenshot](https://i.imgur.com/Cnl3PBn.png)
|
1. Download the [latest release](https://github.com/cupcakearmy/directus-remote-trigger/releases)
|
||||||
|
2. Unzip
|
||||||
|
3. Add it to the docker config
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
version: '3.7'
|
||||||
|
|
||||||
|
services:
|
||||||
|
mysql:
|
||||||
|
...
|
||||||
|
|
||||||
|
directus:
|
||||||
|
image: directus/directus:v8-apache
|
||||||
|
volumes:
|
||||||
|
- ./dist:/var/directus/public/extensions/custom/modules/remote-trigger
|
||||||
|
```
|
||||||
|
|
||||||
## Local
|
## Local
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user