Skip to content

Merge pull request #9 from poojakarma/change_Responses_and_DB_tables_… #32

Merge pull request #9 from poojakarma/change_Responses_and_DB_tables_…

Merge pull request #9 from poojakarma/change_Responses_and_DB_tables_… #32

name: Deployment Notification on the Tekdi Server
on:
push:
branches:
- main
jobs:
Notification-TEKDI-QA-DEPLOYMENT:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Deploy Stack
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST_NAME_TEKDI }}
username: ${{ secrets.USERNAME_TEKDI }}
key: ${{ secrets.EC2_SSH_KEY_TEKDI }}
port: ${{ secrets.PORT_TEKDI }}
script: |
cd ${{ secrets.TARGET_DIR_TEKDI }}
./deploy.sh