mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
Drop uploading to the old development build server (#2802)
With the new development build uploads on R2 working, we no longer need to upload development builds to the old server. Drop the build step.
This commit is contained in:
parent
fc3c313509
commit
19ded665bd
13
.github/workflows/build.yaml
vendored
13
.github/workflows/build.yaml
vendored
@ -200,19 +200,6 @@ jobs:
|
|||||||
${{ needs.prepare.outputs.build_container_image }} \
|
${{ needs.prepare.outputs.build_container_image }} \
|
||||||
make BUILDDIR=/build ${{ matrix.board.defconfig }}
|
make BUILDDIR=/build ${{ matrix.board.defconfig }}
|
||||||
|
|
||||||
- name: Upload images
|
|
||||||
if: ${{ github.event_name != 'release' }}
|
|
||||||
uses: burnett01/rsync-deployments@5.2
|
|
||||||
with:
|
|
||||||
rsh: -q
|
|
||||||
switches: -aW
|
|
||||||
path: output/images/haos_*
|
|
||||||
remote_path: ${{ secrets.DEV_TARGET_PATH }}/${{ needs.prepare.outputs.version_full }}/
|
|
||||||
remote_host: ${{ secrets.DEV_HOST }}
|
|
||||||
remote_port: ${{ secrets.DEV_PORT }}
|
|
||||||
remote_user: ${{ secrets.DEV_USERNAME }}
|
|
||||||
remote_key: ${{ secrets.DEV_SSH_KEY }}
|
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
if: ${{ github.event_name != 'release' }}
|
if: ${{ github.event_name != 'release' }}
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user