Skip to content

Commit 2ccab7f

Browse files
committed
added fly deploy command
1 parent 63664e1 commit 2ccab7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
DEFAULT_VERSION=1.0.0-local
22
VERSION := $(or $(VERSION),$(DEFAULT_VERSION))
33

4+
fly_deploy:
5+
flyctl deploy ./server
46
clean:
57
@echo "Cleaning..."
68
rm -rf ./ui/dist

0 commit comments

Comments
 (0)