Compare commits
No commits in common. "dc7889cc6ae6abdc371bfd74a35d3e1a68d65ed0" and "28c94159b46e597b8cf6b701ec97fc788a625c9d" have entirely different histories.
dc7889cc6a
...
28c94159b4
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -36,7 +36,6 @@ pipeline {
|
||||
nodejs(nodeJSInstallationName: 'Node23') {
|
||||
sh '''
|
||||
export NODE_ENV=test
|
||||
export SESSION_SECRET=test-session-secret-for-testing-only
|
||||
yarn test
|
||||
'''
|
||||
}
|
||||
@ -58,9 +57,9 @@ pipeline {
|
||||
cleanRemote: false,
|
||||
excludes: 'node_modules/**',
|
||||
execCommand: '''
|
||||
cd /home/farmcontrol/farmcontrol-api
|
||||
cd /opt/farmcontrol-api
|
||||
yarn install --production
|
||||
sudo systemctl restart farmcontrol-api
|
||||
pm2 restart ecosystem.config.js --env production || pm2 start ecosystem.config.js --env production
|
||||
''',
|
||||
execTimeout: 120000,
|
||||
flatten: false,
|
||||
|
||||
@ -55,7 +55,6 @@
|
||||
},
|
||||
"auth": {
|
||||
"enabled": false,
|
||||
"sessionSecret": "test-session-secret-for-testing-only",
|
||||
"keycloak": {
|
||||
"url": "http://localhost:8080",
|
||||
"realm": "test",
|
||||
|
||||
12211
package-lock.json
generated
Normal file
12211
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user