Skip to content

irishdistillers/pantheon-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This GitHub Action syncs your current issue branch to a remote Pantheon repo, using NodeJS.

Configuration

Pass configuration with env vars

  • THEME_DIRECTORY [required]

Directory where the them to sync is located.

  • REMOTE_REPO_NAME [required]

Remote GIT Repo Name

Dependencies

This Github actions required that you:

Usage

  - name: Rsync assets to Pantheon
      uses: irishdistillers/pantheon-sync@master
      with:
        LOCAL_THEME_DIRECTORY: 'wp-content/themes/global-theme'
        REMOTE_THEME_DIRECTORY: 'wp-content/themes'
        REMOTE_REPO_NAME: ${{ secrets.PANTHEON_SITE_ID }}

Disclaimer

Use at your own risk.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published