edit sudo

This commit is contained in:
areeqakbr 2025-02-18 14:11:26 +07:00
parent f4534edf70
commit cf6493ccf9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
steps {
sh 'go mod tidy'
sh 'go build -o myapp'
sh 'cp myapp /home/developer/backend_nam/'
sh 'sudo cp myapp /home/developer/backend_nam/'
}
}