6 lines
76 B
Bash
Executable file
6 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
. scripts/docs/build
|
|
docker push witten/borgmatic-docs
|