Skip to content

SatelCreative/satel-client-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Satel Client Build

This centralized GitHub action builds client for a webapp

Usage

name: "Deploy webapp"
on:
  pull_request:
    types:
      - opened
  push:
    tags:
      - "*"
    branches:
      - main  
      - "*"  
      
 build-client:
    name: Build client
    needs: [generate-variables]
   #  `host_name` is `self-hosted` or the name of server where the action runner is hosted, `cosmicray` for example
    runs-on: <host_name>
    steps:   
     # Setup node here so dont need to install on the runner
      - name: Set up node
        uses: actions/setup-node@v2
        with:
          node-version: '14'

      - name: Deploy client
        uses: SatelCreative/satel-client-deployment@v1
        with:
          client-dir: client
          generate-type: true

About

Centralized GitHub actions to deploy client for a webapp

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages