Update frontend.yaml
This commit is contained in:
parent
22795b2ede
commit
6dbf80741d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/frontend.yaml
vendored
6
.github/workflows/frontend.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: S3 Deploy
|
||||
name: Frontend FOSS Deployment
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
@ -27,8 +27,8 @@ jobs:
|
|||
method: kubeconfig
|
||||
kubeconfig: ${{ secrets.OSS_KUBECONFIG }} # Use content of kubeconfig in secret.
|
||||
id: setcontext
|
||||
- name: Install
|
||||
run: npm install
|
||||
# - name: Install
|
||||
# run: npm install
|
||||
|
||||
- name: Build and deploy
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue