Skip to content

Commit

Permalink
Merge branch 'CSID-DGU:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
study2895 authored Nov 6, 2024
2 parents db92065 + f6f86a0 commit 93b748a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Test SSH Connection
uses: appleboy/[email protected]
with:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USER }}
key: ${{ secrets.EC2_KEY }}
port: 22
script: |
echo "SSH connection successful!"
- name: Deploy to EC2
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit 93b748a

Please sign in to comment.