# deploy
This commit is contained in:
parent
908b084a94
commit
cae8a12a25
1 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,10 @@
|
||||||
# build and run
|
# build and run
|
||||||
go build && ./dofdev
|
go build && ./dofdev
|
||||||
|
|
||||||
#deploy
|
# deploy
|
||||||
rsync -avz --progress ~/go/src/dofdev/ root@dofdev:/root/dofdev/
|
rsync -avz --progress ~/go/src/dofdev/ root@dofdev:/root/dofdev/
|
||||||
|
# server starting at: http://localhost:3210
|
||||||
|
|
||||||
|
# track lfs
|
||||||
|
git lfs track "*.psd"
|
||||||
```
|
```
|
||||||
server starting at: http://localhost:3210
|
|
Loading…
Add table
Reference in a new issue