[v2.4.6-beta] change kkiapay image #78
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy kkiapay woocommerce plugin | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
env: | |
SVN_REPOSITORY: "https://plugins.svn.wordpress.org/kkiapay-woocommerce" | |
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} | |
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: change file permissions | |
run: chmod +x ./deploy/deploy.sh | |
- name: run deploy shell script | |
run: ./deploy/deploy.sh | |