4 lines
163 B
Bash
4 lines
163 B
Bash
|
rm -r -f storage/logs/l*
|
||
|
chmod uog+rwx storage/logs
|
||
|
docker build -t docker.keks.cloud/keksaccount/web:latest .
|
||
|
docker push docker.keks.cloud/keksaccount/web:latest
|