diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-02-07 21:20:13 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2020-02-07 21:20:13 +0000 |
| commit | 3b26882751386f54b15816f4a4ee6ab871dfdc0e (patch) | |
| tree | fbdb8e535ea6aa5881bef7cb1c367afd01118339 /.github/workflows/deploy.yml | |
| parent | 6edc8f1bb8c1c4308c20f50c039fc9719e70d5ba (diff) | |
| download | AnySoftKeyboard-3b26882751386f54b15816f4a4ee6ab871dfdc0e.tar.gz AnySoftKeyboard-3b26882751386f54b15816f4a4ee6ab871dfdc0e.tar.bz2 | |
Using same keystore for all apks
inner key may be different
Diffstat (limited to '.github/workflows/deploy.yml')
| -rw-r--r-- | .github/workflows/deploy.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index be787b362..c7fb02417 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,27 +25,14 @@ jobs: - name: setup run: ./scripts/ci/ci_setup.sh - uses: ./.github/actions/deploy - if: startsWith(github.event.deployment.environment, 'app') with: deploy_target: ${{ github.event.deployment.environment }} crash_report_email: ${{ secrets.ANYSOFTKEYBOARD_CRASH_REPORT_EMAIL }} keystore_url: ${{ secrets.ANYSOFTKEYBOARD_KEYSTORE_URL }} keystore_password: ${{ secrets.ANYSOFTKEYBOARD_KEYSTORE_PASSWORD }} - keystore_key_alias: ${{ secrets.ANYSOFTKEYBOARD_KEYSTORE_ALIAS }} keystore_key_password: ${{ secrets.ANYSOFTKEYBOARD_KEYSTORE_KEY_PASSWORD }} publish_service_account_creds_url: ${{ secrets.PUBLISH_CERT_FILE_URL }} publish_service_account: ${{ secrets.PUBLISH_APK_SERVICE_ACCOUNT_EMAIL }} - - uses: ./.github/actions/deploy - if: startsWith(github.event.deployment.environment, 'addons') - with: - deploy_target: ${{ github.event.deployment.environment }} - crash_report_email: ${{ secrets.ANYSOFTKEYBOARD_CRASH_REPORT_EMAIL }} - keystore_url: ${{ secrets.PACK_KEYSTORE_URL }} - keystore_password: ${{ secrets.PACK_KEYSTORE_PASSWORD }} - keystore_key_alias: ${{ secrets.PACK_KEYSTORE_ALIAS }} - keystore_key_password: ${{ secrets.PACK_KEYSTORE_KEY_PASSWORD }} - publish_service_account_creds_url: ${{ secrets.PUBLISH_CERT_FILE_URL }} - publish_service_account: ${{ secrets.PUBLISH_APK_SERVICE_ACCOUNT_EMAIL }} - uses: actions/upload-artifact@v1.0.0 with: name: apks |
