diff --git a/.github/workflows/redeploy.yml b/.github/workflows/redeploy.yml index fdf5f4dcb41..fe3ac761709 100644 --- a/.github/workflows/redeploy.yml +++ b/.github/workflows/redeploy.yml @@ -9,7 +9,7 @@ jobs: deploy: runs-on: ubuntu-latest environment: - name: prod + name: production steps: - name: Checkout code uses: actions/checkout@v2