Skip to content

vc-assist/deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment

This repository contains scripts and additional guides that make it easy to deploy services from backend.

Quick start

git submodule update --init

deploy/lightsail

The go scripts under this directory (which you can execute with go run . after cd'ing into the directory) make it easy to setup multiple services and expose them all under one nginx reverse proxy on an lightsail instance.

Notes

  1. You will need to create your own configuration file called config.local.json5 based on the config.json5 file and the Config struct in main.go.
  2. You will need to have an SSH key for your lightsail instance on hand and point the ssh_key_path field in the configuration to it.

deploy/turso_migrations (currently unused)

These scripts make it easy to run migrations on multiple turso libsql databases at the same time. Run with go run . in the same way as deploy/lightsail.

Notes

  1. You will need to create your own configuration file in the same way as deploy/lightsail.

About

Scripts and instructions on how to deploy VC Assist in production.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages