We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97ab62 commit a3d0f5bCopy full SHA for a3d0f5b
Makefile
@@ -108,3 +108,6 @@ ansible-inventory-hosts:
108
109
ansible-deploy:
110
cd ansible && ansible-playbook services.yml --extra-vars services=$(SERVICES)
111
+
112
+flyctl-deploy:
113
+ flyctl deploy -c fly/$(SERVICE)/fly.toml
README.md
@@ -25,3 +25,10 @@ make ansible-inventory-hosts
25
```
26
make SERVICES=tailscale ansible-deploy
27
28
29
+# fly tasks
30
31
+```
32
+make SERVICE=tailscale flyctl-deploy
33
34
0 commit comments