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:
|
||||
- sh: |
|
||||
mkdir dist
|
||||
cp CNAME ./dist
|
||||
cd store
|
||||
chmod 600 fdroid/config.py keystore.jks
|
||||
mkdir -p temp/fdroid
|
||||
mkdir fdroid-dist
|
||||
TEMP_DIR="$APPVEYOR_BUILD_FOLDER/store/temp/fdroid"
|
||||
cd fdroid
|
||||
echo "keypass=\"$FDROID_KEYSTORE_PASSWORD\"" >>config.py
|
||||
@ -82,7 +83,7 @@ build_script:
|
||||
fdroid server update
|
||||
cd ..
|
||||
rm -rf temp/fdroid/archive
|
||||
mv -v temp/fdroid fdroid-dist
|
||||
mv -v temp/fdroid ../dist
|
||||
cd $APPVEYOR_BUILD_FOLDER
|
||||
- ps: |
|
||||
if($isWindows -and $env:KEYSTORE_DEC_SECRET) {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "bitwarden-fdroid",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"deploy": "gh-pages --dist ./store/fdroid-dist"
|
||||
"deploy": "gh-pages --dist dist"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gh-pages": "^1.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user