fix: use out directory for builds

This commit is contained in:
Siddarth Kumar 2024-12-13 19:51:03 +05:30
parent ab50131473
commit d5f8a54c59
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB

2
Jenkinsfile vendored
View File

@ -45,7 +45,7 @@ pipeline {
ghp-import \
-b ${deployBranch()} \
-c ${deployDomain()} \
-p build
-p out
""", pure: false)
}
}