Skip to content

Instantly share code, notes, and snippets.

View renolation's full-sized avatar
💭
renolation.com

renolation

💭
renolation.com
View GitHub Profile
@danielwetan
danielwetan / nodejs-cicd-github-actions.md
Last active May 13, 2024 14:38
Deploy Node.js to VPS using Github Actions

Deploy Node.js to VPS using Github Actions

Steps to deploy Node.js to VPS using PM2 and Github Actions

1. Clone repo to VPS folder

@eliashussary
eliashussary / metabase-postgres.docker-compose.yml
Created December 11, 2018 16:45
A docker-compose file for metabase with postgres.
version: "3"
services:
postgres-db:
image: postgres
restart: always
ports:
- 5432:5432
environment:
POSTGRES_PASSWORD: postgres