forked from 77media/video-flow
Update .gitea/workflows/cicd.yml
This commit is contained in:
parent
113b4d5223
commit
61ab0b6191
@ -1,4 +1,4 @@
|
|||||||
name: Vue CI/CD Pipeline
|
name: CI/CD Pipeline
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install -g pnpm && pnpm install
|
run: npm install -g pnpm && pnpm install
|
||||||
|
|
||||||
- name: Build Vue App
|
- name: Build App
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Login Docker Registry
|
- name: Login Docker Registry
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user