Skip to content

Commit

Permalink
Merge pull request #24 from rrigato/dev
Browse files Browse the repository at this point in the history
auto pr creation
  • Loading branch information
rrigato authored Aug 10, 2024
2 parents 033f762 + b8cf2d1 commit 1d646ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/app_deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,15 @@ deactivate

git push origin dev

echo "pushed to remote"

gh pr create --title "$1" \
--body "Automated PR creation" \
--head dev \
--base master

echo "created PR"


echo "----------------------"
echo "deployment successful"

0 comments on commit 1d646ea

Please sign in to comment.