Skip to content

Commit

Permalink
demo deployment to aws ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
integrationninjas committed Apr 6, 2024
1 parent bc1cab8 commit a161295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a161295

Please sign in to comment.