Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
basantsd committed Jul 9, 2024
1 parent 2005fbc commit 7b7edc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run CI job
uses: basantsd/laravel-ci-cd@m1
uses: basantsd/laravel-ci-cd@v1
with:
job: 'ci'
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -21,7 +21,7 @@ jobs:
needs: ci
steps:
- name: Run Code Cleanup job
uses: basantsd/laravel-ci-cd@m1
uses: basantsd/laravel-ci-cd@v1
with:
job: 'code_cleanup'
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -32,7 +32,7 @@ jobs:
needs: code_cleanup
steps:
- name: Run CD job
uses: basantsd/laravel-ci-cd@m1
uses: basantsd/laravel-ci-cd@v1
with:
job: 'cd'
vps_private_key: ${{ secrets.VPS_PRIVATE_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run CI job
uses: basantsd/laravel-ci-cd@m1
uses: basantsd/laravel-ci-cd@v2
with:
job: 'ci'
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -42,7 +42,7 @@ jobs:
needs: ci
steps:
- name: Run Code Cleanup job
uses: basantsd/laravel-ci-cd@m1
uses: basantsd/laravel-ci-cd@v2
with:
job: 'code_cleanup'
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -53,7 +53,7 @@ jobs:
needs: code_cleanup
steps:
- name: Run CD job
uses: basantsd/laravel-ci-cd@m1
uses: basantsd/laravel-ci-cd@v2
with:
job: 'cd'
vps_private_key: ${{ secrets.VPS_PRIVATE_KEY }}
Expand Down

0 comments on commit 7b7edc4

Please sign in to comment.