diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 1615f6c..71aa50c 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -10,7 +10,7 @@ jobs: name: Deploy to Production runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' - environment: production + environment: Production steps: - name: Deploy to Server uses: appleboy/ssh-action@v0.1.5