Skip to content

Update and rename all-1.1-dev.yml to dev-saas-1.2.yml #1

Update and rename all-1.1-dev.yml to dev-saas-1.2.yml

Update and rename all-1.1-dev.yml to dev-saas-1.2.yml #1

Workflow file for this run

name: SAAS-Dev Deployment
on:
push:
branches:
- dev-saas-1.2
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
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