Replaced word buttons with icons
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
$image = "docker.stwaddle.com/budget:latest"
|
||||
docker build -t $image .
|
||||
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
|
||||
docker push $image
|
||||
ssh stwaddle_com "./stwaddlecom/update-budget.sh"
|
||||
Reference in New Issue
Block a user