forked from abner/for-legacy-web
Add API URL injection back and Docker builds.
This commit is contained in:
7
scripts/publish.sh
Executable file
7
scripts/publish.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
version=$(cat VERSION)
|
||||
|
||||
docker build -t revoltchat/client:${version} . &&
|
||||
docker tag revoltchat/client:${version} revoltchat/client:latest &&
|
||||
docker push revoltchat/client:${version} &&
|
||||
docker push revoltchat/client:latest
|
||||
Reference in New Issue
Block a user