aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-07-17 20:57:40 +0100
committerGravatar Joe Banks <[email protected]>2021-07-17 20:57:40 +0100
commite3c25eaafbac4755e4eaf1942d58034646abe1f9 (patch)
tree285d70e0d7a33b70b64801b8d1cf79b1dba8c4a0
parentfix: correct CI stage name & add job requirements (diff)
ci: correct stage label
-rw-r--r--.github/workflows/lint-build-deploy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-build-deploy.yaml b/.github/workflows/lint-build-deploy.yaml
index 9cad82c..629ab69 100644
--- a/.github/workflows/lint-build-deploy.yaml
+++ b/.github/workflows/lint-build-deploy.yaml
@@ -122,7 +122,7 @@ jobs:
deploy:
environment: production
- name: Build & Push
+ name: Deploy
runs-on: ubuntu-latest
needs: [lint, build]