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