Compare commits

..

1 Commits

Author SHA1 Message Date
Sarah Jamie Lewis 54a5407acc
Add new upload-nightlies step
continuous-integration/drone/pr Build is pending Details
2024-02-26 10:47:47 -08:00
1 changed files with 3 additions and 2 deletions

View File

@ -132,6 +132,9 @@ steps:
# TODO When we update Flutter Container to 3.19 migrate these calls...
- apt update
- apt install -y jq openssh-client ca-certificates curl
- export DIR=flwtch-`cat COMMIT_DATE`-`cat VERSION`
- ./gen-nightly-index.sh $DIR
- scp -r -o StrictHostKeyChecking=no -i ~/id_rsa cwtch-nightly.html buildfiles@build.openprivacy.ca:/home/buildfiles/buildfiles/
- ./uploaded-releases.sh deploy/cwtch-`cat VERSION`.apk application/vnd.android.package-archive
- name: deploy-buildfiles
@ -157,8 +160,6 @@ steps:
- mv ./../sha512s.txt .
- cd ..
- scp -r -o StrictHostKeyChecking=no -i ~/id_rsa $DIR buildfiles@build.openprivacy.ca:/home/buildfiles/buildfiles/
- ./gen-nightly-index.sh $DIR
- scp -r -o StrictHostKeyChecking=no -i ~/id_rsa cwtch-nightly.html buildfiles@build.openprivacy.ca:/home/buildfiles/buildfiles/
- name: notify-gogs
image: openpriv/drone-gogs