Skip to content

Commit fe376ae

Browse files
authored
refactor: action 워크플로우 수정 2
1 parent a4025b2 commit fe376ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
ssh ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} << 'EOF'
2626
set -e
2727
28-
cd ${{ secrets.EC2_PATH }}/../redeploy.sh
28+
cd ${{ secrets.EC2_PATH }}../redeploy.sh
2929
EOF

0 commit comments

Comments
 (0)