Skip to content

Instantly share code, notes, and snippets.

View meetjanani-simformsolutions's full-sized avatar

Meet Janani SImform Solutions meetjanani-simformsolutions

View GitHub Profile
@meetjanani-simformsolutions
meetjanani-simformsolutions / Bitrise.yml
Created June 29, 2021 04:33
Bitrise Single workflow with multiple environment [ Development & Production ]
---
format_version: '8'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: flutter
workflows:
production:
steps:
- activate-ssh-key@4:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4: {}
format_version: '8'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: flutter
workflows:
deploy:
steps:
- activate-ssh-key@4:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4: {}
- script@1:
@meetjanani-simformsolutions
meetjanani-simformsolutions / AppModule.kt
Created June 4, 2020 09:09
AWS Upload Image on S3 Using Cognito Pool ID
single {
ClientConfiguration().apply {
maxErrorRetry = 3
connectionTimeout = 5 * 1000
socketTimeout = 5 * 1000
protocol = Protocol.HTTP
}
}
single {