Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how can i run a flask app using bitbucket pipelines by integrating it with deployment servers??

Aravind Kundurthi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 31, 2021

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 

1 answer

1 accepted

0 votes
Answer accepted
Oleksandr Kyrdan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 28, 2022

Hi @Aravind Kundurthi

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

Aravind Kundurthi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 28, 2022

Thanks @Oleksandr Kyrdan  

Like Oleksandr Kyrdan likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events