Update .gitea/workflows/deploy.yml
All checks were successful
Klc-HR-Dashboard-Frontend / Build and Test PR (push) Has been skipped
Klc-HR-Dashboard-Frontend / Deploying code in Server (push) Successful in 28s

This commit is contained in:
2026-04-10 14:34:50 +00:00
parent 06e09317ad
commit cb3d14b2ce

View File

@@ -73,7 +73,7 @@ jobs:
port: ${{ secrets.BETA_SERVER_PORT }}
envs: BRANCH_NAME,PROJECT_FOLDER,ENV_FILE
script: |
set -e
set -xe
cd $PROJECT_FOLDER
git fetch
git reset --hard origin/$BRANCH_NAME
@@ -83,5 +83,6 @@ jobs:
npm i
echo "Writing env"
echo "$ENV_FILE" > .env
echo "$ENV_FILE"
echo "Building..."
npm run build