Skip to content

Commit 1be31d6

Browse files
committed
Set right git url
1 parent 6e5f8e5 commit 1be31d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
node {
2-
git branch: 'master', url: 'https://github.com/code-troopers/website'
2+
git branch: 'master', url: 'git@github.com:code-troopers/website.git'
33
docker.build('website-node').inside(){
44
sh 'rm -rf node_modules && ln -s /usr/src/app/node_modules node_modules'
55
sh 'npm run jenkins.prebuild'

0 commit comments

Comments
 (0)