diff --git a/.drone.yml b/.drone.yml index 7f7dc18c..c59b24b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -514,6 +514,14 @@ steps: cp "$GIT_DEB" "$APT_ROOT/pool/$DEB_VERSION/main/$${PKG_NAME}_$${VERSION}-1_all.deb" fi + - cat < "$TMP_APT_ROOT/platypush-oldstable-main.list" + deb https://apt.platypush.tech/ oldstable main + EOF + + - cat < "$TMP_APT_ROOT/platypush-oldstable-dev.list" + deb https://apt.platypush.tech/ oldstable dev + EOF + ### ### Updates the APT repository after new packages have been pushed ### @@ -616,6 +624,14 @@ steps: add_hashes "$dist_dir" "sha256sum" "SHA256" >> "$release_file" done + - cat < "$TMP_APT_ROOT/platypush-stable-main.list" + deb https://apt.platypush.tech/ stable main + EOF + + - cat < "$TMP_APT_ROOT/platypush-stable-dev.list" + deb https://apt.platypush.tech/ stable dev + EOF + - echo "-- Updating index file" - | cat < "$TMP_APT_ROOT/index.txt"