Skip to content

Commit

Permalink
chore: fix type on DOCKER_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed May 13, 2024
1 parent 8a66616 commit 310e0ac
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 @@ -23,7 +23,7 @@ jobs:
run: |
docker build -t $PROJECT --build-arg PROJECT=server .
docker tag $PROJECT:latest $DOCKER_REPO:latest
docker login -u $DOCKER_USERNAME -p ${{secrets.DOCKER_TOEKEN}}
docker login -u $DOCKER_USERNAME -p ${{secrets.DOCKER_TOKEN}}
docker push $DOCKER_REPO:latest
- name: SSH into EC2 instance and deploy
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 310e0ac

Please sign in to comment.