All checks were successful
Release Tagging / release (push) Successful in 36s
Rust Build / Check (push) Successful in 48s
Rust Build / Test Suite (push) Successful in 1m9s
Rust Build / Rustfmt (push) Successful in 29s
Rust Build / Clippy (push) Successful in 56s
Rust Build / build (push) Successful in 1m22s
Rust Build / Check (pull_request) Successful in 47s
Rust Build / Test Suite (pull_request) Successful in 1m2s
Rust Build / Rustfmt (pull_request) Successful in 35s
Rust Build / Clippy (pull_request) Successful in 52s
Rust Build / build (pull_request) Successful in 1m24s
Reviewed-on: #28 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
|
|
# Docker stuff
|
|
#Build app
|
|
docker-compose build --ssh default app
|
|
|
|
# Rebuild and bring up
|
|
docker-compose up -d --force-recreate app
|
|
|
|
# Bring it down
|
|
docker-compose down -v
|
|
|
|
# Pruning
|
|
docker system prune -a |