Skip to content

Commit

Permalink
Update 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 010012c commit 1454cf1
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/dev-saas-1.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ on:
push:
branches:
- dev-saas-1.2

jobs:
deploy:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0 # Disable shallow clones for better analysis

- name: Deploy Stack
uses: appleboy/ssh-action@master
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
-
name: Deploy Stack
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SAAS_HOST_DEV }}
username: ${{ secrets.SAAS_USERNAME_DEV }}
key: ${{ secrets.SAAS_SSH_PRIVATE_KEY_DEV }}
port: ${{ secrets.PORT_DEV }}
script: |
cd /home/ubuntu/all-orchestration-service
./deploy.sh
host: ${{ secrets.SAAS_HOST_DEV }}
username: ${{ secrets.SAAS_USERNAME_DEV }}
key: ${{ secrets.SAAS_SSH_PRIVATE_KEY_DEV }}
port: ${{ secrets.PORT_DEV }}
script: |
cd /home/ubuntu/all-orchestration-service
./deploy.sh

0 comments on commit 1454cf1

Please sign in to comment.