Compare commits

..

1 Commits

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

View File

@ -132,9 +132,6 @@ 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
@ -160,6 +157,8 @@ 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