saharak-manoo / go-deploy

Easy deploy golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-deploy Easy to deploy golang application to server

Gem Downloads Gem-version

Introduction

The Go-deploy for deploy golang

Installation

Add this line to your terminal

gem install go-deploy

Used

create file production.yaml in root project

host: <IP>
user: <name>
password: <password>
passphrase: <path to id_rsa>
service:
  name: deploy-go
  env_file: .env.production
  git_repo_url: git@github.com:saharak-manoo/deploy-go.git
  deploy_to: /home/service/deploy-go
  is_restart: true
  copy_files:
    - 'database'

About

Easy deploy golang


Languages

Language:Ruby 100.0%