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 480e1f8 commit ddb8846
Showing 1 changed file with 17 additions and 21 deletions.
38 changes: 17 additions & 21 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
name: Strong Testimonials Deploy

on:
push:
tags:
- '*'

push:
tags:
- '*'
jobs:
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
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
submodules: 'recursive'
token: ${{ secrets.PAT_TOKEN }}
- 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 ddb8846

Please sign in to comment.