From 4403162b69737b121ebdae26d46e5ca26886b846 Mon Sep 17 00:00:00 2001 From: Ibrahim Suleiman Date: Mon, 20 Apr 2026 11:18:30 +0100 Subject: [PATCH] chore: update deployed app folder name --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e5c1f33..c91c014 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,6 +41,6 @@ jobs: script: | IMAGE=ghcr.io/${{ github.repository }}:${{ github.sha }} echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin - cd ~/deployed_apps/future-self-backend + cd ~/deployed_apps/future_self docker compose pull $IMAGE IMAGE=$IMAGE docker compose up -d --no-deps --force-recreate \ No newline at end of file