Skip to content

Commit abd9f1d

Browse files
committed
workflow improvement
1 parent 42e3206 commit abd9f1d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ jobs:
2626
printf "Host ec2-docker\nHostName %s\nUser ubuntu\nIdentityFile ~/.ssh/id_rsa\nStrictHostKeyChecking no\nProxyCommand ssh -W %%h:%%p -q pure@xanderbit.cgitverse.com\n" "${{ secrets.EC2_HOST }}" > ~/.ssh/config
2727
chmod 600 ~/.ssh/config
2828
29-
- name: Debug SSH key
30-
run: |
31-
echo "=== SSH dir ==="
32-
ls -la ~/.ssh
33-
echo "=== Key content (first lines) ==="
34-
head -n 5 ~/.ssh/id_rsa
35-
36-
3729
- name: Create .env file
3830
run: |
3931
echo "DB_HOST=${{ secrets.DB_HOST }}" >> .env

0 commit comments

Comments
 (0)