Skip to content

Commit 245655c

Browse files
committed
fix : ci 수정
ci 정상 작동 테스트
1 parent 8ba40e2 commit 245655c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ jobs:
2525
echo "[INFO] traefik 디렉토리 내 파일"
2626
ls -l traefik || echo "❌ traefik 폴더 없음"
2727
28-
- name: Upload Traefik and Compose files to Server
28+
- name: Upload files to server
2929
uses: appleboy/scp-action@v0.1.4
3030
with:
3131
host: ${{ secrets.SERVER_HOST }}
3232
username: ${{ secrets.SERVER_USER }}
3333
key: ${{ secrets.SERVER_PEM_KEY }}
34-
with:
35-
source: "docker-compose.backend.yml, docker-compose.portainer.yml, docker-compose.traefik.yml, traefik"
36-
target: /home/ubuntu/app
34+
source: "docker-compose.backend.yml docker-compose.portainer.yml docker-compose.traefik.yml traefik"
35+
target: /home/ubuntu/app

0 commit comments

Comments
 (0)