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 63664e1 commit 2ccab7fCopy full SHA for 2ccab7f
Makefile
@@ -1,6 +1,8 @@
1
DEFAULT_VERSION=1.0.0-local
2
VERSION := $(or $(VERSION),$(DEFAULT_VERSION))
3
4
+fly_deploy:
5
+ flyctl deploy ./server
6
clean:
7
@echo "Cleaning..."
8
rm -rf ./ui/dist
0 commit comments