We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e3206 commit abd9f1dCopy full SHA for abd9f1d
.github/workflows/deploy.yml
@@ -26,14 +26,6 @@ jobs:
26
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
27
chmod 600 ~/.ssh/config
28
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
37
- name: Create .env file
38
run: |
39
echo "DB_HOST=${{ secrets.DB_HOST }}" >> .env
0 commit comments