Skip to content

Commit

Permalink
Add dockerhub env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsam29 committed Jul 29, 2023
1 parent b88a37d commit 53c583d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
PORT=${{ secrets.PORT }}
API_URL=${{ secrets.API_URL }}
AWS_S3_BUCKET_NAME=${{ secrets.AWS_S3_BUCKET_NAME }}
DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN=${{ secrets.DOCKERHUB_TOKEN }}
- name: Deploy Amazon ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
Expand Down

0 comments on commit 53c583d

Please sign in to comment.