Skip to content

Commit

Permalink
Update and rename all-1.1-dev.yml to dev-saas-1.2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan-ttpl authored Dec 23, 2024
1 parent 6c24eab commit 010012c
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Dev Deployment
name: SAAS-Dev Deployment

on:
push:
branches:
- all-1.1-dev
- dev-saas-1.2
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -16,12 +16,12 @@ jobs:
name: Deploy Stack
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEV_HOST }}
username: ${{ secrets.DEV_USERNAME }}
key: ${{ secrets.DEV_SSH_PRIVATE_KEY }}
port: ${{ secrets.PORT }}
host: ${{ secrets.SAAS_HOST_DEV }}
username: ${{ secrets.SAAS_USERNAME_DEV }}
key: ${{ secrets.SAAS_SSH_PRIVATE_KEY_DEV }}
port: ${{ secrets.PORT_DEV }}
script: |
cd /home/sudeepr/git/all-orchestration-service
cd /home/ubuntu/all-orchestration-service
./deploy.sh

0 comments on commit 010012c

Please sign in to comment.