diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 100080b4..717d7ed6 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -2,14 +2,14 @@ name: Continuous Deployment on: push: -# branches: -# - main + branches: + - main jobs: deploy-server: runs-on: ubuntu-latest name: Deploy - environment: Preview + environment: Production steps: - name: Checkout repository