mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
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