Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autodeploy on pull request to Google Play Alpha #27

Open
IlyaEremin opened this issue May 24, 2016 · 4 comments
Open

Autodeploy on pull request to Google Play Alpha #27

IlyaEremin opened this issue May 24, 2016 · 4 comments

Comments

@IlyaEremin
Copy link
Contributor

Configure ci servers to autodeploy on every PR to specific branch (master in our case)

@IlyaEremin
Copy link
Contributor Author

IlyaEremin commented Jun 6, 2016

Use date as version number

def getDate() {
    def date = new Date()
    def formattedDate = date.format('yyyy-MM-dd-HH:mm:ss')
    return formattedDate
}

versionNameSuffix "." + getDate()

@IlyaEremin
Copy link
Contributor Author

Add travis, circleci and greenhouse in this example

@IlyaEremin
Copy link
Contributor Author

IlyaEremin commented Nov 20, 2017

Deploy to Fabric and Google Play Alpha on every x.y.z tag. For example: 1.0.0

@IlyaEremin IlyaEremin changed the title Autodeploy on pull request Autodeploy on pull request to Google Play Alpha Nov 21, 2019
@IlyaEremin
Copy link
Contributor Author

Fabric is Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant