From b62f68df689cbeef51fe9bf10283719a046d753a Mon Sep 17 00:00:00 2001
From: parsa aghaei
Date: Sun, 9 Aug 2026 21:47:01 +0330
Subject: [PATCH] deploy.yml updated
---
.gitea/workflows/deploy.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml
index 520f434..0af8526 100644
--- a/.gitea/workflows/deploy.yml
+++ b/.gitea/workflows/deploy.yml
@@ -14,10 +14,10 @@ jobs:
uses: actions/checkout@v3
- name: Give execute permission to script
- run: chmod +x scripts/deploy.sh
+ run: chmod +x deploy.sh
- name: Run Deployment Script
env:
BRANCH: ${{ github.ref_name }}
run: |
- bash scripts/deploy.sh ${BRANCH}
\ No newline at end of file
+ ./deploy.sh ${BRANCH}
\ No newline at end of file