Skip to content

Merge branch 'main' of https://github.com/HealthSenior/HealthSenior_B… #7

Merge branch 'main' of https://github.com/HealthSenior/HealthSenior_B…

Merge branch 'main' of https://github.com/HealthSenior/HealthSenior_B… #7

Workflow file for this run

name : deploy
on:
push:
branches:
- main
jobs:
SSH:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ec2 cd
uses: appleboy/ssh-action@master
with:
key: ${{ secrets.SSH_PRIVATE_KEY}}
host: ${{ secrets.HOST }}
username: ${{ secrets.USER}}
script: |
chmod u+x autodep.sh
./autodep.sh