Skip to content

Commit

Permalink
update deployment pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rrigato committed Dec 31, 2023
1 parent 11c99a2 commit e349dcb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
Binary file removed devops/images/pipeline_demo_2.png
Binary file not shown.
Binary file removed devops/images/pipeline_demo_3.png
Binary file not shown.
Binary file removed devops/images/pipeline_demo_4.png
Binary file not shown.
9 changes: 9 additions & 0 deletions scripts/app_deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,13 @@ if [ "${secret_scan_results}" != "{}" ]; then
exit 125
fi


git secrets --scan

if [ $? != 0 ]; then
echo "git-secrets scan failed"
exit 125
fi


git push origin dev

0 comments on commit e349dcb

Please sign in to comment.