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