Update frontend.yaml

This commit is contained in:
Mehdi Osman 2022-01-26 12:25:36 +01:00 committed by GitHub
parent 22795b2ede
commit 6dbf80741d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |