mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-23 11:45:38 +01:00
cname dist
This commit is contained in:
parent
e5888e4b90
commit
e6cfa84b73
@ -66,10 +66,11 @@ before_build:
|
|||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- sh: |
|
- sh: |
|
||||||
|
mkdir dist
|
||||||
|
cp CNAME ./dist
|
||||||
cd store
|
cd store
|
||||||
chmod 600 fdroid/config.py keystore.jks
|
chmod 600 fdroid/config.py keystore.jks
|
||||||
mkdir -p temp/fdroid
|
mkdir -p temp/fdroid
|
||||||
mkdir fdroid-dist
|
|
||||||
TEMP_DIR="$APPVEYOR_BUILD_FOLDER/store/temp/fdroid"
|
TEMP_DIR="$APPVEYOR_BUILD_FOLDER/store/temp/fdroid"
|
||||||
cd fdroid
|
cd fdroid
|
||||||
echo "keypass=\"$FDROID_KEYSTORE_PASSWORD\"" >>config.py
|
echo "keypass=\"$FDROID_KEYSTORE_PASSWORD\"" >>config.py
|
||||||
@ -82,7 +83,7 @@ build_script:
|
|||||||
fdroid server update
|
fdroid server update
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf temp/fdroid/archive
|
rm -rf temp/fdroid/archive
|
||||||
mv -v temp/fdroid fdroid-dist
|
mv -v temp/fdroid ../dist
|
||||||
cd $APPVEYOR_BUILD_FOLDER
|
cd $APPVEYOR_BUILD_FOLDER
|
||||||
- ps: |
|
- ps: |
|
||||||
if($isWindows -and $env:KEYSTORE_DEC_SECRET) {
|
if($isWindows -and $env:KEYSTORE_DEC_SECRET) {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "bitwarden-fdroid",
|
"name": "bitwarden-fdroid",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"deploy": "gh-pages --dist ./store/fdroid-dist"
|
"deploy": "gh-pages --dist dist"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gh-pages": "^1.2.0"
|
"gh-pages": "^1.2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user