Skip to content

Commit

Permalink
add fluentci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 13, 2024
1 parent 976593a commit 1a3e3b5
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apache/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Apache Plugin

[![fluentci pipeline](https://shield.fluentci.io/x/apache)](https://pkg.fluentci.io/apache)
[![ci](https://github.com/fluentci-io/services/actions/workflows/apache.yml/badge.svg)](https://github.com/fluentci-io/services/actions/workflows/apache.yml)

Apache httpd service plugin for FluentCI.
Expand Down Expand Up @@ -35,7 +36,7 @@ use fluentci_pdk::dag;

// ...

dag().call("https://pkg.fluentci.io/[email protected].0?wasm=1", "start", vec![])?;
dag().call("https://pkg.fluentci.io/[email protected].1?wasm=1", "start", vec![])?;
```

## 📚 Examples
Expand Down
1 change: 1 addition & 0 deletions caddy/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Caddy Plugin

[![fluentci pipeline](https://shield.fluentci.io/x/caddy)](https://pkg.fluentci.io/caddy)
[![ci](https://github.com/fluentci-io/services/actions/workflows/caddy.yml/badge.svg)](https://github.com/fluentci-io/services/actions/workflows/caddy.yml)

Caddy service plugin for FluentCI.
Expand Down
1 change: 1 addition & 0 deletions dragonflydb/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Dragonfly Plugin

[![fluentci pipeline](https://shield.fluentci.io/x/dragonflydb)](https://pkg.fluentci.io/dragonflydb)
[![ci](https://github.com/fluentci-io/services/actions/workflows/dragonflydb.yml/badge.svg)](https://github.com/fluentci-io/services/actions/workflows/dragonflydb.yml)

Dragonfly service plugin for FluentCI.
Expand Down
1 change: 1 addition & 0 deletions httpbin/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Httpbin Plugin

[![fluentci pipeline](https://shield.fluentci.io/x/httpbin)](https://pkg.fluentci.io/httpbin)
[![ci](https://github.com/fluentci-io/services/actions/workflows/httpbin.yml/badge.svg)](https://github.com/fluentci-io/services/actions/workflows/httpbin.yml)

Caddy service plugin for FluentCI.
Expand Down
1 change: 1 addition & 0 deletions mariadb/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# MariaDB Plugin

[![fluentci pipeline](https://shield.fluentci.io/x/mariadb)](https://pkg.fluentci.io/mariadb)
[![ci](https://github.com/fluentci-io/services/actions/workflows/mariadb.yml/badge.svg)](https://github.com/fluentci-io/services/actions/workflows/mariadb.yml)

MariaDB service plugin for FluentCI.
Expand Down
1 change: 1 addition & 0 deletions mysql/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# MySQL Plugin

[![fluentci pipeline](https://shield.fluentci.io/x/mysql)](https://pkg.fluentci.io/mysql)
[![ci](https://github.com/fluentci-io/services/actions/workflows/mysql.yml/badge.svg)](https://github.com/fluentci-io/services/actions/workflows/mysql.yml)

MySQL service plugin for FluentCI.
Expand Down
1 change: 1 addition & 0 deletions nginx/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Nginx Plugin

[![fluentci pipeline](https://shield.fluentci.io/x/nginx)](https://pkg.fluentci.io/nginx)
[![ci](https://github.com/fluentci-io/services/actions/workflows/nginx.yml/badge.svg)](https://github.com/fluentci-io/services/actions/workflows/nginx.yml)

Nginx service plugin for FluentCI.
Expand Down
1 change: 1 addition & 0 deletions php/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# php-fpm Plugin

[![fluentci pipeline](https://shield.fluentci.io/x/php-fpm)](https://pkg.fluentci.io/php-fpm)
[![ci](https://github.com/fluentci-io/services/actions/workflows/php.yml/badge.svg)](https://github.com/fluentci-io/services/actions/workflows/php.yml)

Php-fpm service plugin for FluentCI.
Expand Down
1 change: 1 addition & 0 deletions postgres/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Postgres Plugin

[![fluentci pipeline](https://shield.fluentci.io/x/postgres)](https://pkg.fluentci.io/postgres)
[![ci](https://github.com/fluentci-io/services/actions/workflows/postgres.yml/badge.svg)](https://github.com/fluentci-io/services/actions/workflows/postgres.yml)

Postgres service plugin for FluentCI.
Expand Down
1 change: 1 addition & 0 deletions redis/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Redis Plugin

[![fluentci pipeline](https://shield.fluentci.io/x/redis)](https://pkg.fluentci.io/redis)
[![ci](https://github.com/fluentci-io/services/actions/workflows/redis.yml/badge.svg)](https://github.com/fluentci-io/services/actions/workflows/redis.yml)

Redis service plugin for FluentCI.
Expand Down

0 comments on commit 1a3e3b5

Please sign in to comment.