aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]