mirror of
https://github.com/alrayyes/docker-node-rsync
synced 2023-11-14 15:56:26 +00:00
version 0.1.0
This commit is contained in:
parent
df5c1252ef
commit
f35dc6e5bd
@ -11,7 +11,7 @@ docker run --rm -v "$PWD":/app thinkcompany/docker-node-deploy patch
|
|||||||
version=`cat VERSION`
|
version=`cat VERSION`
|
||||||
echo "version: $version"
|
echo "version: $version"
|
||||||
# run build
|
# run build
|
||||||
./build.sh
|
./bin/build.sh
|
||||||
# tag it
|
# tag it
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "version $version"
|
git commit -m "version $version"
|
||||||
|
Loading…
Reference in New Issue
Block a user