Skip to content

Commit

Permalink
Update be-cd-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RudyLuvIt authored Jan 22, 2025
1 parent d78d518 commit 416f773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Start SSH Tunnel
run: |
ssh -N -L 3306:${{ secrets.RDS_ENDPOINT }}:3306 ubuntu@${{ secrets.EC2_HOST }} -i ~/.ssh/id_rsa &
sleep 5 # 터널링이 설정될 시간을 기다림
deploy:
needs: build-and-docker-operations
Expand Down

0 comments on commit 416f773

Please sign in to comment.