Steps to deploy
- Create ssh keys
- `ssh-keygen -t ed25519 -C "
- Add ssh keys to github deploy key
cat secrets/ssh/id_ed25519.pub
- Add github to known hosts
- ssh-keyscan -t ed25519 github.com >> secrets/ssh/known_hosts
- Create environment file
- .env: airflow uid (Be sure it is in root group) and docker uid
- .env.idoml: idoml settings