Skip to content

Commit

Permalink
add verbose for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cankurttekin committed Nov 19, 2024
1 parent 0d9c826 commit 72d6446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
EC2_HOST: ${{ secrets.EC2_HOST }}
run: |
echo "Copying backend directory to EC2..."
ssh -v -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa $EC2_USER@$EC2_HOST "echo Connected"
scp -o StrictHostKeyChecking=no -r backend/docker-compose.yml $EC2_USER@$EC2_HOST:~/job-application-tracker/
# Create .env file on EC2
Expand Down

0 comments on commit 72d6446

Please sign in to comment.