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
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.
Validate your expertise in managing Jira Service Projects for Cloud. Master configuration, optimize workflows, and manage users seamlessly. Earn global 🗺️ recognition and advance your career as a trusted Jira Service management expert.
Get Certified! ✍️Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.