Skip to content

Commit f97583a

Browse files
committed
Modificamos el cicd otra vez
1 parent 09b0e56 commit f97583a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ jobs:
4040
runs-on: ubuntu-latest
4141

4242
steps:
43+
- name: Mostrar fingerprint de la clave privada cargada como secreto
44+
run: |
45+
echo "$DROPLET_SSH_KEY" > id_rsa
46+
chmod 600 id_rsa
47+
ssh-keygen -lf id_rsa
48+
env:
49+
DROPLET_SSH_KEY: ${{ secrets.DROPLET_SSH_KEY }}
50+
4351
- name: Probar conexión SSH desde Actions
4452
uses: appleboy/ssh-action@v1.0.0
4553
with:

0 commit comments

Comments
 (0)