Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchayan721 committed Aug 10, 2023
1 parent 8daa4e2 commit 695770f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
ssh -o StrictHostKeyChecking=no ${{ secrets.USERNAME }}@${{ secrets.HOST }} -p ${{ secrets.PORT }} -i ~/.ssh/id_rsa <<EOF
cd ~/IMS-Corp
git pull origin dev
docker compose down
docker compose build --no-cache
docker compose up -d
exit
EOF
echo "Deployment on Staging Server Completed"
Expand Down
6 changes: 6 additions & 0 deletions templates/email/notify_deployment-staging.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
font-size: 16px;
line-height: 1.5;
}
.section h5 {
font-weight: bold;
width: max-content;
margin: 0;
padding-right: 1rem;
}
.summary-table {
width: 100%;
border-collapse: collapse;
Expand Down

0 comments on commit 695770f

Please sign in to comment.