Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoAlex committed Aug 13, 2024
1 parent 825e95f commit 480e1f8
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
name: Strong Testimonials Deploy

on:
push:
tags:
- '*'
push:
tags:
- '*'

jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Strong Testimonials Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: strong-testimonials
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true # Inițializează și actualizează submodulele
token: ${{ secrets.GITHUB_TOKEN }} # Folosește token-ul GitHub pentru autentificare
fetch-depth: 0 # Asigură că obții întreaga istorie Git

- name: Strong Testimonials Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: strong-testimonials

0 comments on commit 480e1f8

Please sign in to comment.