Skip to content

Commit

Permalink
Merge pull request #4 from rustybatmobile/workflow/deploy
Browse files Browse the repository at this point in the history
Deploy yml file is added
  • Loading branch information
harishneel1 authored Jun 16, 2024
2 parents 89097ae + bf05a4c commit 5d8f2da
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 @@ -14,5 +14,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: docker build . -t harishneel/next-js-app
- echo "${{secrets.DOCKERHUB_PASSWORD}}" | docker login -u ${{secrets.DOCKERHUB_USERNAME}} --password-stdin
- run: echo "${{secrets.DOCKERHUB_PASSWORD}}" | docker login -u ${{secrets.DOCKERHUB_USERNAME}} --password-stdin
- run: docker push harishneel/next-js-app:latest

0 comments on commit 5d8f2da

Please sign in to comment.