From 962616702afc6c1f3705bd7897fd2fc631b2632c Mon Sep 17 00:00:00 2001 From: Jai Lovehart Date: Sat, 30 Dec 2023 19:04:34 -0500 Subject: [PATCH] aenri fucks up one line of nginx conf? --- .github/workflows/deploy.yml | 2 +- nginx.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4d191f2..48b9310 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,4 +31,4 @@ jobs: # SSH_PORT 22 # SSH_PATH ~aenri/stack/aenri.loveh.art # SSH_PRIVATE_KEY -# DEPLOY_COMMAND sudo bash -c "docker compose down -v --remove-orphans && docker compose up -d --build --wait && ../update" +# DEPLOY_COMMAND sudo bash -c "docker compose down -v --remove-orphans && docker compose up -d --build --wait && cd .. && ./update" diff --git a/nginx.conf b/nginx.conf index 676a6a6..8541539 100644 --- a/nginx.conf +++ b/nginx.conf @@ -2,6 +2,6 @@ server { listen 80; server_name aenri.loveh.art; location / { - proxy_pass http://aenri-site + proxy_pass http://aenri-site; } } \ No newline at end of file