Update .gitea/workflows/deploy.yml
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Klc-Learner-Frontend
|
name: Klc-HR-Dashboard-Frontend
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -17,7 +17,7 @@ on:
|
|||||||
- staging
|
- staging
|
||||||
- production
|
- production
|
||||||
jobs:
|
jobs:
|
||||||
Klc-Learner-Build-Test:
|
Klc-HR-Dashboard-Build-Test:
|
||||||
name: Build and Test PR
|
name: Build and Test PR
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
ENV_FILE: {{vars.ENV_FILE}}
|
ENV_FILE: ${{vars.ENV_FILE}}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code in Runner
|
- name: Checkout Code in Runner
|
||||||
|
|||||||
Reference in New Issue
Block a user