Skip to content

Commit 056610d

Browse files
committed
make pull to git pull for deployment
Signed-off-by: Alex Hicks <awh4kc@virginia.edu>
1 parent c4efd4c commit 056610d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/deploy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
# pull the latest from OpenDSA repository
161161
after :finishing, 'deploy:pull_opendsa' do
162162
on roles :all do
163-
execute "cd ~/OpenDSA; git checkout $(echo $opendsa_branch); make pull;"
163+
execute "cd ~/OpenDSA; git checkout $(echo $opendsa_branch); git pull;"
164164
end
165165
end
166166

0 commit comments

Comments
 (0)