From 51981d66e4e69979b8429aadc36f8391237f362f Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 16 Sep 2025 15:09:48 +0700 Subject: [PATCH] fix cicd --- .forgejo/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci-cd.yml b/.forgejo/workflows/ci-cd.yml index 2e0577a..d774a47 100644 --- a/.forgejo/workflows/ci-cd.yml +++ b/.forgejo/workflows/ci-cd.yml @@ -40,7 +40,7 @@ jobs: with: platforms: linux/amd64 context: . - file: ./docker/Dockerfile + file: Dockerfile tags: ${{ env.CONTAINER_IMAGE_NAME }}:latest,${{ env.CONTAINER_IMAGE_NAME }}:${{ env.IMAGE_VERSION }} push: true - name: Remote Deploy @@ -52,7 +52,7 @@ jobs: password: ${{ secrets.SSH_DEPLOY_PASSWORD }} script: | cd ~/repo - ./replace-env.sh APP_EXAM "${{ env.IMAGE_VERSION }}" + ./replace-env.sh API_EXAM "${{ inputs.version }}" ./deploy.sh hrms-api-exam - name: Discord Notification