Created Release process (markdown)
parent
93aaaf1582
commit
940442711d
7
Release-process.md
Normal file
7
Release-process.md
Normal file
@ -0,0 +1,7 @@
|
||||
```
|
||||
git tag -s $VERSION -m 'v$VERSION'
|
||||
git push origin master --tags
|
||||
docker build . -t taskcafe/taskcafe:latest -t taskcafe/taskcafe:$VERSION
|
||||
docker push taskcafe/taskcafe:latest
|
||||
docker push taskcafe/taskcafe:$VERSION
|
||||
```
|
Loading…
Reference in New Issue
Block a user