We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2929397 commit 3b3cf74Copy full SHA for 3b3cf74
Gemfile.lock
@@ -143,7 +143,7 @@ GEM
143
minitest (5.10.2)
144
multi_json (1.12.1)
145
multipart-post (2.0.0)
146
- mysql2 (0.4.8)
+ mysql2 (0.5.3)
147
net-scp (3.0.0)
148
net-ssh (>= 2.6.5, < 7.0.0)
149
net-ssh (6.1.0)
config/deploy.rb
@@ -2,7 +2,7 @@
2
lock "3.13.0"
3
4
set :application, "StrangerFB"
5
-set :repo_url, "git@github.com:comp615/StrangerFB.git"
+set :repo_url, "https://github.com/comp615/StrangerFB.git"
6
7
ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call
8
0 commit comments