From 0e778cc2c0d6ef239a637bb0332d016c0c51d57e Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 10 Apr 2025 14:10:13 +0500 Subject: [PATCH] add deploy script --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..30a2b31 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +abra app cp somos-infinitos.smol-wp.autonomic.zone ../somos-infinitos-theme/ app:/var/www/html/wp-content/themes/ \ No newline at end of file