This commit is contained in:
parent
7a34119ab2
commit
bf501a443a
|
@ -6,6 +6,8 @@ jobs:
|
|||
# image: debian:stable-slim
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: echo {{secrets.SSH_PRIV_KEY}} > ./pub_key
|
||||
- run: ssh -i ./pub_key job@airflow.local hostname
|
||||
- run: ls -al
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue