From a161295823cf3086feef66a7b6581266958a66e2 Mon Sep 17 00:00:00 2001 From: integrationninjas Date: Sun, 7 Apr 2024 01:28:52 +0530 Subject: [PATCH] demo deployment to aws ec2 --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 5d8b84b0..377ea928 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout source uses: actions/checkout@v4 - name: Create .env file - run: echo "MONGO_PASSWORD=${{ secrets.MONGO_PASSWORD }} >> .env" + run: echo "MONGO_PASSWORD=${{ secrets.MONGO_PASSWORD }}" >> .env - name: Login to docker hub run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} - name: Build docker image