2 Commits
0.3.0 ... 0.4.0

Author SHA1 Message Date
Build Pipeline
8b6f4423e4 minor version increment [skip actions] 2026-06-16 03:18:35 +00:00
afb471c720 git ignore, fix option on command line
All checks were successful
Continuous Releases / build (push) Successful in 51s
2026-06-15 22:17:40 -05:00
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
creds/*
vault/*

2
app.sh
View File

@@ -16,7 +16,7 @@ else
fi fi
if [ $WATCH = true ]; then if [ $WATCH = true ]; then
ob sync --watch --path "$SYNC_FOLDER"; ob sync --continuous --path "$SYNC_FOLDER";
else else
ob sync --path "$SYNC_FOLDER"; ob sync --path "$SYNC_FOLDER";
fi fi

View File

@@ -1 +1 @@
0.3.0 0.4.0