From 0c2d0899a46079062e5050b1a8bf04ddbed33f16 Mon Sep 17 00:00:00 2001 From: Arseniy Olevskiy Date: Wed, 8 Nov 2023 15:46:53 +0400 Subject: [PATCH] calculator changes commit --- .github/workflows/wordpress-deploy.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/wordpress-deploy.yaml diff --git a/.github/workflows/wordpress-deploy.yaml b/.github/workflows/wordpress-deploy.yaml new file mode 100644 index 0000000..20a5173 --- /dev/null +++ b/.github/workflows/wordpress-deploy.yaml @@ -0,0 +1,17 @@ +name: Deploy to WordPress.org +on: + push: + branches: + - master +jobs: + deploy: + name: Updates to calculator master branch + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: WordPress Plugin Deploy + uses: 10up/action-wordpress-plugin-deploy@stable + env: + SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} + SVN_USERNAME: ${{ secrets.SVN_USERNAME }} + SLUG: "ci-${{ github.event.repository.name }}" \ No newline at end of file