aboutsummaryrefslogtreecommitdiff
path: root/174bg/website
diff options
context:
space:
mode:
Diffstat (limited to '174bg/website')
-rw-r--r--174bg/website/deploy.ps13
1 files changed, 3 insertions, 0 deletions
diff --git a/174bg/website/deploy.ps1 b/174bg/website/deploy.ps1
new file mode 100644
index 0000000..1f2c547
--- /dev/null
+++ b/174bg/website/deploy.ps1
@@ -0,0 +1,3 @@
+$ROOT = "/docker-compose/174bg-website/"
+
+ssh "root@docker-compose" "cd $ROOT && docker compose up -d --build --remove-orphans" \ No newline at end of file