Skip to content

Commit ec47af1

Browse files
authored
Merge pull request #393 from wayofdev/feat/laravel-11
2 parents c0e8236 + adb4485 commit ec47af1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/deploy-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on: # yamllint disable-line rule:truthy
77

88
name: 🚀 Deploy to production
99

10+
env:
11+
APP_RUNNER: 'cd app &&'
12+
1013
concurrency: production
1114

1215
jobs:

.github/workflows/deploy-staging.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on: # yamllint disable-line rule:truthy
77

88
name: 🚀 Deploy to staging
99

10+
env:
11+
APP_RUNNER: 'cd app &&'
12+
1013
concurrency: staging
1114

1215
jobs:

0 commit comments

Comments
 (0)