Skip to content

Commit

Permalink
feat: dev 서버를 aws로 이관한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarltj committed Sep 22, 2024
1 parent 343316d commit eb1d4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Send env file
uses: appleboy/scp-action@master
with:
username: ec2-user
username: root
host: ${{ secrets.AWS_DEV_IP }}
key: ${{ secrets.AWS_PASSWORD }}
source: "./.env"
Expand Down

0 comments on commit eb1d4ac

Please sign in to comment.