Skip to content

Commit fdc39f2

Browse files
fix: add debugging steps for copy job
1 parent 1bba45b commit fdc39f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy_docker_aws.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
username: ${{ vars.AWS_EC2_USER }}
4747
key: ${{ secrets.AWS_EC2_PRIVATE_KEY }}
4848
script: |
49+
echo "Debug: Listing directory contents..."
50+
ls -la /home/${{ vars.AWS_EC2_USER }}
51+
echo "Debug: Checking compose file..."
52+
cat /home/${{ vars.AWS_EC2_USER }}/compose.aws.yml
4953
echo "Logging into Docker registry..."
5054
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
5155
echo "Starting Docker Compose..."

0 commit comments

Comments
 (0)