7 lines
76 B
Text
7 lines
76 B
Text
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
. scripts/docs/build
|
||
|
docker push witten/borgmatic-docs
|