DevOps

Deploying to Cloudflare Pages using Github Actions
Cloudflare provides a great CDN with no egress charges on bandwidth. The best way to use Cloudflare is through Cloudflare Pages. Using Cloudflare Pages shou...
Mon, 13 Feb, 2023 at 11:12 PM
Setting Github Secrets
Run the following within your repo: gh secret set nameofsecret "Secret" This will update the secret to be made available to Github Runners. Alt...
Thu, 9 Mar, 2023 at 5:53 PM
Using PostgreSQL
Connect to a database through a bastion SSH_PRIVATE_KEY=~/.ssh/id_rsa RDS_DATABASE_HOST=opszero-database.aasdasd.us-east-1.rds.amazonaws.com RDS_DATABASE_...
Thu, 9 Mar, 2023 at 5:53 PM
PostgreSQL Troubleshooting
Logical Replication Logical Replication is how data is primarily replicated. SELECT name,setting FROM pg_settings WHERE name IN ('wal_level','...
Tue, 21 Feb, 2023 at 9:22 PM