feat: publish config file
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-12-30 03:27:15 +05:30
parent c44ecdc53f
commit 2029d3a4e1
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ get_bin(){
#docker rm -v $container_id
cp target/release/librepages $TARGET_DIR
cp contrib/ $TARGET_DIR
cp config/ $TARGET_DIR
mv $TARGET_DIR/config/default.toml $TARGET_DIR/config/config.toml
}
copy() {