Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchayan721 committed Aug 10, 2023
1 parent 52cb7f5 commit 0b048dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +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 build --no-cache
docker compose up -d
exit
EOF
echo "Deployment on Staging Server Completed"
Expand Down
1 change: 1 addition & 0 deletions templates/email/notify_deployment-staging.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.container {
margin: 40px auto;
width: 100%;
height: 100%;
max-width: 600px;
background-color: #fff;
padding: 20px;
Expand Down

0 comments on commit 0b048dc

Please sign in to comment.