Skip to content

Instantly share code, notes, and snippets.

@AttilaBerczik
Last active November 27, 2021 09:40
Show Gist options
  • Save AttilaBerczik/f359b18179e57b583b4d91e8d3733fd3 to your computer and use it in GitHub Desktop.
Save AttilaBerczik/f359b18179e57b583b4d91e8d3733fd3 to your computer and use it in GitHub Desktop.
Bitbucket Pipeline for React Native IOS CI/CD Pipeline, upload the app for testers to App Store
pipelines:
branches:
develop:
# IOS Apple Appstore Publish to testers
- step:
name: Appstore publish to testers
deployment: IOS Internal
script:
- pipe: atlassian/ssh-run:0.3.1
variables:
SSH_USER: "user11111"
SERVER: "111.11.11.11"
MODE: "script"
COMMAND: "./ios-build/macBuildScript.sh" # path to the script
ENV_VARS: >-
macPassword=${macPassword}
appStoreAccountPassword=${appStoreAccountPassword}
appStoreUsername=${appStoreUsername}
BUILD_NUMBER=${BITBUCKET_BUILD_NUMBER}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment