Redis
This guide will cover how to connect from RedisInsight to your redis databases in skitflow.
- Download and install RedisInsight RedisInsight.
- Go to your
redisdatabases. - In External Credentials, enter the
External Port (Internet)make sure the port is not in use by another service eg.6379and clickSave. - It will display the
External Connection URLeg.redis://user:[email protected]:6379/database.
Open RedisInsight and follow the steps:
- Add Redis Database.
- Enter the
Hosteg.1.2.4.5. - Enter the
Porteg.6379. - Enter the username eg.
default. - Enter the
Passwordeg.password. - Click on
Save.
Done! now you can manage the database from RedisInsight.
PG Admin
This guide will cover how to connect from pgAdmin to your postgres databases in skitflow.
Auto Deploy
Automatically deploying your application to Skitflow can be achieved through two primary methods using Webhooks or the Skitflow API. Each method supports various platforms and provides a streamlined deployment process.