From 91e957dc255b66e86f75a9e54b03c615dc03c633 Mon Sep 17 00:00:00 2001 From: Adam French Date: Sun, 16 Nov 2025 20:57:20 +0000 Subject: [PATCH] will do deployment manually --- post-receive | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 post-receive diff --git a/post-receive b/post-receive deleted file mode 100755 index 82b0bc7..0000000 --- a/post-receive +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# Go to deployment directory - -# Pull latest changes from remote repository - -# Start docker applications -docker compose up -d helloworld -docker compose up -d nginx -docker compose up -d certbot