Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
/ cloud Public archive

Deployment recipes for the aTech Media cloud (old)

Notifications You must be signed in to change notification settings

krystal/cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#The aTech Cloud

This gem provides some deployment recipes for deploying to an aTech Cloud Virtual Machine. This is only really of use to aTech Developers but you may find some interesting tools which you can use in your own deployment scripts.

Use the file below as a starting point for a new Capfile:

require 'atech_cloud/deploy'

## Set the name for the application
set :application, "support"

## Path where the application should be stored
set :repository, "git@codebasehq.com:atechmedia/help/app.git"
set :branch, "master"

## Which rails environment should all processes be executed under
set :environment, "production"

## Define all servers which are 
role :app, "atechweb01.cloud.atechmedia.net", :database_ops => true

About

Deployment recipes for the aTech Media cloud (old)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages