We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0e8236 + adb4485 commit ec47af1Copy full SHA for ec47af1
.github/workflows/deploy-release.yml
@@ -7,6 +7,9 @@ on: # yamllint disable-line rule:truthy
7
8
name: 🚀 Deploy to production
9
10
+env:
11
+ APP_RUNNER: 'cd app &&'
12
+
13
concurrency: production
14
15
jobs:
.github/workflows/deploy-staging.yml
name: 🚀 Deploy to staging
concurrency: staging
0 commit comments