File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 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
1528To 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
2841configuration '/etc/envoy/envoy.yaml' OK
29- ```
42+ ```
You can’t perform that action at this time.
0 commit comments