Skip to content

magento's pwa-studio installer using github action.

Notifications You must be signed in to change notification settings

seyuf/pwa-studio-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

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

About

magento's pwa-studio installer using github action.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published