Skip to content

Merge pull request #733 from mahajanmahesh935/PaymentSuccessEmail #294

Merge pull request #733 from mahajanmahesh935/PaymentSuccessEmail

Merge pull request #733 from mahajanmahesh935/PaymentSuccessEmail #294

name: Deploy to dev

Check failure on line 1 in .github/workflows/aspire-leader-dev.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/aspire-leader-dev.yaml

Invalid workflow file

(Line: 5, Col: 8): Unexpected value ''
on:
push:
branches:
-
jobs:
deploy_to_server1:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Deploy Stack
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST_AL }}
username: ${{ secrets.USERNAME_AL }}
key: ${{ secrets.SSH_PRIVATE_KEY_AL }}
port: ${{ secrets.PORT_AL }}
script: |
cd /home/ubuntu/Aspire-leader-dev/MICROSERVICES/BACKEND
./deploy.sh