how can i run a flask app using bitbucket pipelines by integrating it with deployment servers??
please provide a demo flask app bitbucket-pipelines.yml file
Community moderators have prevented the ability to post new answers.
Thank you for your question!
As an example, you could follow this answer that provides code structure for your bitbucket-pipelines.yaml and an app for the AWS.
Also, good example in the repository for the heroku-deploy pipe.
Where you deploy your app to the Heroku:
script: - pipe: atlassian/heroku-deploy:1.2.1 variables: HEROKU_API_KEY: $HEROKU_API_KEY HEROKU_APP_NAME: 'My awesome shiny app' ZIP_FILE: 'your-app-sources.tar.gz'
Best regards,
Oleksandr Kyrdan
Thanks @Oleksandr Kyrdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.