Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amber committed Sep 30, 2024
1 parent 037230a commit 14d3353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: SSH into EC2 and deploy
uses: appleboy/scp-action@v0.1.7
with:
host: ${{ secrets.EC2_USER }}
host: ${{ secrets.EC2_PUBLIC_IP }}
username: ${{ secrets.EC2_USER }}
key: ${{ secrets.EC2_SSH_KEY }}
source: "docker-compose.yaml, init/*"
Expand Down

0 comments on commit 14d3353

Please sign in to comment.