From 0c70ea77ea93abd94c107ef3efe77c258ccc0287 Mon Sep 17 00:00:00 2001 From: FarisZR <35614734+FarisZR@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:49:11 +0200 Subject: [PATCH] fix discourse github workflows --- .github/workflows/discourse-db.yml | 2 +- .github/workflows/discourse.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/discourse-db.yml b/.github/workflows/discourse-db.yml index d39e576..596463f 100644 --- a/.github/workflows/discourse-db.yml +++ b/.github/workflows/discourse-db.yml @@ -49,4 +49,4 @@ jobs: remote_host: ${{ secrets.server_address }} directory: discourse/containers post_upload_command: /home/aosus/discourse/launcher rebuild db - remote_destination: /home/aosus/discourse \ No newline at end of file + remote_destination: /home/aosus/ \ No newline at end of file diff --git a/.github/workflows/discourse.yml b/.github/workflows/discourse.yml index 0b78023..0ca381c 100644 --- a/.github/workflows/discourse.yml +++ b/.github/workflows/discourse.yml @@ -49,4 +49,4 @@ jobs: remote_host: ${{ secrets.server_address }} directory: discourse/containers post_upload_command: /home/aosus/discourse/launcher rebuild app - remote_destination: /home/aosus/discourse \ No newline at end of file + remote_destination: /home/aosus/ \ No newline at end of file