mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 21:47:02 +00:00
6 lines
130 B
Bash
Executable File
6 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
source set_version.sh
|
|
|
|
docker build -t revoltchat/server:${version} . &&
|
|
docker push revoltchat/server:${version}
|