/pwa-studio-installer

magento's pwa-studio installer using github action.

Primary LanguageJavaScript

pwa-studio-installer

Magento's pwa-studio installer using github action.

This action will download the latest release of the magento pwa-studio project source code and copy it into the github repository calling it. Or you can simply clone/fork and push the content of this repository to bootstrap a new pwa-studio project. actions/checkout@v2 is mandatory (v2 and up).

This feature requires read & write permissions to the repository. This is set through settings > actions > workflows permissions

install pwa-studio using github actions Install process in video
name: pwa-studio-install-actions
on: [push]
jobs:
  magento2-install:
    runs-on: ubuntu-latest
    name: 'install & push pwa-studio project'      
    steps:
    - uses: actions/checkout@v2
    - name: 'install fresh  pwa studio code and copy to repo'
      uses: MAD-I-T/magento-actions@v3.12
      with:
        process: 'pwa-studio-install'
        #no_push: 1 //uncomment this to prevent files from getting pushed to repo