Merge branch 'main' of ssh://git.davinti.com.br:2222/davinTI/app-dono-modulos
davinTI/app-dono-modulos/pipeline/head This commit looks good

This commit is contained in:
2026-03-12 20:13:58 -03:00
4 changed files with 10 additions and 4 deletions
Vendored
+3
View File
@@ -42,10 +42,13 @@ pipeline {
echo 'Generating manifest and deploying to S3...'
sh 'npm run generate:output'
sh 'tar -czvf migrations.tar.gz -C migrations/ .'
withAWS(credentials: 'aws-jeff-credentials-id', region: 'sa-east-1') {
script {
echo "Uploading to S3..."
sh "aws s3 cp dist/manifest.json ${S3_BUCKET}/manifest.json"
sh "aws s3 cp migrations.tar.gz ${S3_BUCKET}/migrations.tar.gz"
}
}
}
+3
View File
@@ -0,0 +1,3 @@
# Migrations
+3 -3
View File
@@ -9,15 +9,15 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.6"
"@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.7"
},
"devDependencies": {
"tsx": "^4.21.0"
}
},
"node_modules/@davinti/jeff": {
"version": "1.0.6",
"resolved": "git+https://git.davinti.com.br/davinTI/jeff.git#c61edd0051b14b11f02fcb569b48f043c43180cf",
"version": "1.0.7",
"resolved": "git+https://git.davinti.com.br/davinTI/jeff.git#07860417cc408cbc691f3d52a169dc6daf1b21bc",
"license": "ISC",
"dependencies": {
"@types/glob": "^8.1.0",
+1 -1
View File
@@ -12,7 +12,7 @@
"license": "ISC",
"description": "",
"dependencies": {
"@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.6"
"@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.7"
},
"devDependencies": {
"tsx": "^4.21.0"