Skip to content

Commit

Permalink
Update and rename Pratham-Tekdi-Deployment.yaml to all-saas-middlewar…
Browse files Browse the repository at this point in the history
…e.yaml
  • Loading branch information
Ishan-ttpl authored Dec 19, 2024
1 parent 23061ce commit 94dce9c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/Pratham-Tekdi-Deployment.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/all-saas-middleware.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Deployment on the All-saas-middleware Dev
on:
push:
branches:
- all-saas-0.1-dev

jobs:
ALL-SAAS-USER-MICROSERVICE-DEPLOYMENT:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Deploy Stack
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST_NAME_DEV }}
username: ${{ secrets.USERNAME_DEV }}
key: ${{ secrets.EC2_SSH_KEY_DEV }}
port: ${{ secrets.PORT_DEV }}
script: |
cd ${{ secrets.TARGET_DEV_DIR }}
ls -ltra
./deploy.sh

0 comments on commit 94dce9c

Please sign in to comment.