diff --git a/Jenkinsfile b/Jenkinsfile index 8174070..68f81da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -164,6 +164,7 @@ pipeline { branch 'staging' branch 'beta' branch 'dev' + branch '29-profile-page' } } @@ -186,6 +187,7 @@ pipeline { sh 'ssh web@fufle.net touch ${ProjectPath}/backend/REMOVEME' sh 'ssh web@fufle.net rm -rf ${ProjectPath}/backend/*' sh 'scp -r ./* web@fufle.net:${ProjectPath}/backend/' + sh 'scp -r ./.env web@fufle.net:${ProjectPath}/backend/.env' } }