Skip to content

Commit

Permalink
added debug to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
leoBitto committed Oct 13, 2024
1 parent d7f6d7b commit 62561e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
run: |
echo "OWNER_LC=${{ github.repository_owner }}" >>${GITHUB_ENV}
echo "IMAGE_NAME_LC=${{ env.IMAGE_NAME }}" >>${GITHUB_ENV}
echo ${IMAGE_NAME_LC}
echo ${IMAGE_NAME_LC,,}
- name: Pull containers from GHCR
uses: appleboy/ssh-action@v0.1.3
Expand Down

0 comments on commit 62561e6

Please sign in to comment.