Skip to content

Commit

Permalink
chore: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
hendraaagil committed Jan 29, 2025
1 parent e519645 commit eea2716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,7 @@ jobs:
# Run the new container
docker run -d --name ${{ env.CONTAINER_NAME }} --memory="128m" ${{ secrets.DOCKER_HUB_USERNAME }}/${{ env.APP_NAME }}:latest
# Check Docker container logs
docker logs ${{ env.CONTAINER_NAME }}
EOF

0 comments on commit eea2716

Please sign in to comment.