Skip to content

Commit

Permalink
chore: fix type on deploy github action
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed May 13, 2024
1 parent 04b2f6a commit 8a66616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build and push Docker image
run: |
docker build -t $PROJECT --build-arg PROJECT=server .
docker tag whatsapp-newsletter:latest $DOCKER_REPO:latest
docker tag $PROJECT:latest $DOCKER_REPO:latest
docker login -u $DOCKER_USERNAME -p ${{secrets.DOCKER_TOEKEN}}
docker push $DOCKER_REPO:latest
- name: SSH into EC2 instance and deploy
Expand Down

0 comments on commit 8a66616

Please sign in to comment.