Hotfix #8
Gitea Scan/plate-tool/pipeline/head This commit looks good Details

This commit is contained in:
Emilia Allison 2024-01-06 15:45:38 -05:00
parent 23f6e79ddd
commit 60f9afaa99
Signed by: emilia
GPG Key ID: 05D5D1107E5100A1
1 changed files with 1 additions and 4 deletions

5
Jenkinsfile vendored
View File

@ -18,10 +18,7 @@ pipeline {
}
stage('Transfer') {
steps {
sh('''
#!/bin/zsh -l
sftp oracle <<< put -r dist
''')
sh 'echo "put -r dist/" | sftp oracle'
}
}
stage('Deploy') {