mirror of
https://github.com/dnote/dnote
synced 2026-03-14 14:35:50 +01:00
Fix release script (#326)
This commit is contained in:
parent
0c9670f442
commit
c0719053ef
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -155,8 +155,8 @@ endif
|
|||
@${currentDir}/scripts/release.sh server $(version) ${serverOutputDir}
|
||||
|
||||
@echo "==> building and releasing docker image"
|
||||
@${currentDir}/host/docker/build.sh $(version)
|
||||
@${currentDir}/host/docker/release.sh $(version)
|
||||
@(cd ${currentDir}/host/docker && ./build.sh $(version))
|
||||
@(cd ${currentDir}/host/docker && ./release.sh $(version))
|
||||
.PHONY: release-server
|
||||
|
||||
# migrations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue