got a CI/CD pipeline set up for the services running on my VPS. just have to push changes to main and services will update! no need for rsync or ssh
earth_walker@mindly.social
Posts
-
got a CI/CD pipeline set up for the services running on my VPS. -
what are some websites that inspired you as a web developer or designer?what are some websites that inspired you as a web developer or designer?
-
Added a sqlite database to my Simon app using Drizzle as the ORM, it was pretty easy for the most part.Added a sqlite database to my Simon app using Drizzle as the ORM, it was pretty easy for the most part. Getting the dockerfile set up for deployment was a bit troublesome but at least I gained some knowledge from that experience. The best part of this setup is that since sqlite is an embedded database, I don't have to have another docker container running a database process. I just have a docker volume with the database file in it and expose that to the container with docker compose. Definitely easier than using mysql or postgres for a small project.
I just want to do some styling now and I'll be done with this project. Probably another half-day of work should do it.
This project has unexpectedly turned out to be a very good learning experience. Finally getting more comfortable with typescript as well!