mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-12 06:28:50 +00:00
Add per project rate limit
This commit is contained in:
2
jenkins/Jenkinsfile
vendored
2
jenkins/Jenkinsfile
vendored
@@ -68,7 +68,7 @@ pipeline {
|
||||
node('master') {
|
||||
unstash 'webdist'
|
||||
unstash 'apidist'
|
||||
sshCommand remote: remote, command: "rm -rf tt_api config.yml schema.sql webroot deploy.sh"
|
||||
sshCommand remote: remote, command: "cd task_tracker && rm -rf tt_api config.yml schema.sql webroot deploy.sh"
|
||||
sshPut remote: remote, from: 'tt_api', into: 'task_tracker/tt_api'
|
||||
sshPut remote: remote, from: 'config.yml', into: 'task_tracker/config.yml'
|
||||
sshPut remote: remote, from: 'schema.sql', into: 'task_tracker/schema.sql'
|
||||
|
||||
Reference in New Issue
Block a user