Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Update deploy configuration with proper stage configs
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Dec 31, 2018
1 parent d0b8b08 commit 92bee22
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
/log/*.log
snoonet.sublime-workspace
snoonet.sublime-project
config/deploy/
2 changes: 0 additions & 2 deletions config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
server 'snoonet.org', port: 22, roles: [:web, :app, :db], primary: true

set :repo_url, 'https://github.com/snoonetIRC/website.git'
set :application, 'website'
set :user, 'deployer'
Expand Down
1 change: 1 addition & 0 deletions config/deploy/production.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
server 'snoonet.org', port: 22, roles: [:web, :app, :db], primary: true
1 change: 1 addition & 0 deletions config/deploy/staging.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
server 'dev-ca1.snoonet.org', port: 22, roles: [:web, :app, :db], primary: true

0 comments on commit 92bee22

Please sign in to comment.