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 29s

This commit is contained in:
2026-04-10 14:31:15 +00:00
parent 37f7b880f5
commit 06e09317ad

View File

@@ -1,4 +1,4 @@
name: Klc-Learner-Frontend
name: Klc-HR-Dashboard-Frontend
on:
push:
@@ -17,7 +17,7 @@ on:
- staging
- production
jobs:
Klc-Learner-Build-Test:
Klc-HR-Dashboard-Build-Test:
name: Build and Test PR
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
@@ -39,7 +39,7 @@ jobs:
if: github.event_name == 'push'
runs-on: ubuntu-latest
env:
ENV_FILE: {{vars.ENV_FILE}}
ENV_FILE: ${{vars.ENV_FILE}}
steps:
- name: Checkout Code in Runner