We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e982991 commit de5331aCopy full SHA for de5331a
1 file changed
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
username: ${{ secrets.EC2_USER }}
45
key: ${{ secrets.EC2_SSH_KEY }}
46
source: "front-end/dist"
47
- target: "~/ground-hub/frontend/frontend_build/OVERLAB_FE-feature-build/front-end/dist" # 배포 위치 (원하는 경로로 변경 가능)
+ target: "~/ground-hub/frontend/front-end/dist" # 배포 위치 (원하는 경로로 변경 가능)
48
49
- name: SSH to EC2 and deploy
50
uses: appleboy/ssh-action@v1.0.3
0 commit comments