5 lines
91 B
Bash
5 lines
91 B
Bash
#!/bin/sh
|
|
|
|
docker build -t llehouerou/restic-backup .
|
|
docker push llehouerou/restic-backup
|