Skip to content

Commit

Permalink
deploy: Github Actions Redis password 추가 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwooo committed Apr 2, 2024
1 parent be35be6 commit b87682d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jisungin_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
# SSH Key로 서버에 접속하고 docker-compose image를 pull 받고 실행하기
- name: Access Server with SSH Key, pull and execute docker-compose image
uses: appleboy/[email protected]
env:
REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD }}
with:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USERNAME }}
Expand Down

0 comments on commit b87682d

Please sign in to comment.