We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef3e55 commit f230435Copy full SHA for f230435
.github/workflows/deploy.yml
@@ -56,6 +56,9 @@ jobs:
56
runs-on: ubuntu-latest
57
58
steps:
59
+ # 0️⃣ Repository checkout (없으면 docker-compose.yml 이 workspace에 없습니다)
60
+ - name: Checkout repo
61
+ uses: actions/checkout@v4
62
# 1️⃣ docker-compose.yml 파일을 EC2로 복사
63
- name: Copy docker-compose.yml to EC2
64
uses: appleboy/scp-action@master
0 commit comments