Skip to content

Commit 46138d1

Browse files
committed
add fly.io to readme
1 parent d0eba17 commit 46138d1

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# My collection of Dagger modules
22

3+
## Fly.io Module
34

5+
This module enables you to do the following:
6+
7+
- deploy an application to Fly.io
8+
9+
### Usage
10+
11+
To deploy an application to Fly.io, run the following command:
12+
13+
```bash
14+
dagger call deploy --src [source-folder] --token=env:FLYIO_TOKEN
15+
```
16+
17+
Note that the token can come from an environment variable or a file as well. Make sure you set that before running the deploy command.
418

519
## Envoy Proxy Module
620

@@ -9,7 +23,6 @@ This module enables you to do the following:
923
- run an instance of Envoy proxy using the provided configuration
1024
- validate the Envoy configuration file
1125

12-
1326
### Usage
1427

1528
To run an instance of Envoy proxy and expose the ports on the host, run the following command:
@@ -26,4 +39,4 @@ dagger call validate-config --config $PWD/examples/httpbin-sample.yaml
2639

2740
```console
2841
configuration '/etc/envoy/envoy.yaml' OK
29-
```
42+
```

0 commit comments

Comments
 (0)