aboutsummaryrefslogtreecommitdiff
path: root/174bg/database/deploy.ps1
diff options
context:
space:
mode:
Diffstat (limited to '174bg/database/deploy.ps1')
-rw-r--r--174bg/database/deploy.ps13
1 files changed, 3 insertions, 0 deletions
diff --git a/174bg/database/deploy.ps1 b/174bg/database/deploy.ps1
new file mode 100644
index 0000000..7265083
--- /dev/null
+++ b/174bg/database/deploy.ps1
@@ -0,0 +1,3 @@
+$ROOT = "/docker-compose/db.174bg.net/";
+
+scp ".\volumes\pocketbase\pb_hooks\main.pb.js" "root@docker-compose:$ROOT/volumes/pocketbase/pb_hooks/main.pb.js" \ No newline at end of file