Skip to content

Commit

Permalink
Merge pull request #393 from wayofdev/feat/laravel-11
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 29, 2024
2 parents c0e8236 + adb4485 commit ec47af1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on: # yamllint disable-line rule:truthy

name: 🚀 Deploy to production

env:
APP_RUNNER: 'cd app &&'

concurrency: production

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on: # yamllint disable-line rule:truthy

name: 🚀 Deploy to staging

env:
APP_RUNNER: 'cd app &&'

concurrency: staging

jobs:
Expand Down

0 comments on commit ec47af1

Please sign in to comment.