Update Continuous Integration and Continuous Deployment authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
...@@ -45,7 +45,7 @@ ssh $ASTEROID_USER@$ASTEROID_HOST ..." ...@@ -45,7 +45,7 @@ ssh $ASTEROID_USER@$ASTEROID_HOST ..."
This variable stores the output of This variable stores the output of
```bash ```bash
ssh-keyscan ssh-keyscan NAME_OF_THE_HOST ssh-keyscan ssh-keyscan $NAME_OF_THE_HOST
``` ```
# Pipeline # Pipeline
... ...
......