2 Commits
0.2.0 ... 0.3.0

Author SHA1 Message Date
Build Pipeline
eeab11252f minor version increment [skip actions] 2026-06-16 03:13:46 +00:00
f10764511f add continuous variable switch
All checks were successful
Continuous Releases / build (push) Successful in 1m2s
2026-06-15 22:13:07 -05:00
2 changed files with 6 additions and 2 deletions

6
app.sh
View File

@@ -15,4 +15,8 @@ else
ob sync-setup --vault "$VAULT_NAME" --path "$SYNC_FOLDER" --password "$VAULT_PASSWORD"; ob sync-setup --vault "$VAULT_NAME" --path "$SYNC_FOLDER" --password "$VAULT_PASSWORD";
fi fi
ob sync --path "$SYNC_FOLDER" if [ $WATCH = true ]; then
ob sync --watch --path "$SYNC_FOLDER";
else
ob sync --path "$SYNC_FOLDER";
fi

View File

@@ -1 +1 @@
0.2.0 0.3.0