From 0e2a06256ce8cc806d8b5a4acda6f6fc280a539f Mon Sep 17 00:00:00 2001 From: Mayur Virendra Date: Tue, 9 Apr 2024 06:30:55 +0530 Subject: [PATCH] Reverte dback deployment on main --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2acfa85..d4fcde1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Docker Build, Push and Deploy on: push: - branches-ignore: + branches: - main jobs: @@ -28,7 +28,7 @@ jobs: echo "GOOGLE_MAPS_API_KEY=${{secrets.GOOGLE_MAPS_API_KEY}}" >> .env echo "SERVER_URL=${{secrets.SERVER_URL}}" >> .env echo "DEVELOPER_MODE_ON=${{secrets.DEVELOPER_MODE_ON}}" >> .env - + - name: Create SSH key file run: echo -e "${{ secrets.EC2_SSH_KEY }}" > ~/ec2_key env: