mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
8 lines
270 B
Bash
Executable File
8 lines
270 B
Bash
Executable File
#!/bin/bash
|
|
# Tip: for subsequent builds, don't update Cargo.toml
|
|
# in order to not download all the crates again.
|
|
# Update Cargo.toml on major release.
|
|
version=0.4.1-alpha.4
|
|
docker build -t revoltchat/server:${version} . &&
|
|
docker push revoltchat/server:${version}
|