Profile page #30

Open
Sieciech wants to merge 34 commits from 29-profile-page into dev
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 32a3da6a58 - Show all commits

2
Jenkinsfile vendored
View File

@ -164,6 +164,7 @@ pipeline {
branch 'staging' branch 'staging'
branch 'beta' branch 'beta'
branch 'dev' 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 touch ${ProjectPath}/backend/REMOVEME'
sh 'ssh web@fufle.net rm -rf ${ProjectPath}/backend/*' sh 'ssh web@fufle.net rm -rf ${ProjectPath}/backend/*'
sh 'scp -r ./* web@fufle.net:${ProjectPath}/backend/' sh 'scp -r ./* web@fufle.net:${ProjectPath}/backend/'
sh 'scp -r ./.env web@fufle.net:${ProjectPath}/backend/.env'
} }
} }