issues
search
stefanhk31
/
personal_blog_flutter
https://stefanhodgeskluck.com
2
stars
0
forks
source link
feat: deployment workflow updates
#72
Closed
stefanhk31
closed
7 months ago
stefanhk31
commented
7 months ago
Description
Adding
deploy_app
workflow to create build artifact on pushes to main
Consolidating
deploy_api
and limiting deploy job to only run on api changes
Adding api url as base_url in prod config of launch.json
Type of Change
[X ] โจ New feature (non-breaking change which adds functionality)
[ ] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
[ ] โ Breaking change (fix or feature that would cause existing functionality to change)
[ ] ๐งน Code refactor
[X ] โ Build configuration change
[ ] ๐ Documentation
[ ] ๐๏ธ Chore
Description
deploy_app
workflow to create build artifact on pushes to maindeploy_api
and limiting deploy job to only run on api changesType of Change