rename release target

This commit is contained in:
Umputun
2021-05-03 23:36:03 -05:00
parent d1405ac479
commit 692a9bdc01
+1 -1
View File
@@ -11,7 +11,7 @@ bin:
docker:
docker build -t umputun/remark42 --build-arg SKIP_FRONTEND_TEST=true --build-arg SKIP_BACKEND_TEST=true .
deploy:
release:
docker build -f Dockerfile.artifacts -t remark42.bin .
- @docker rm -f remark42.bin 2>/dev/null || exit 0
- @mkdir -p bin