Skip to content

Commit 242f6fb

Browse files
committed
Fix CD
1 parent 91647f6 commit 242f6fb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@ jobs:
6060
name: prod
6161
url: https://campus.zebaro.dev/admin
6262
steps:
63-
- name: Copy docker-compose and .env to server
63+
- name: Checkout only docker-compose.yml
64+
uses: actions/checkout@v3
65+
with:
66+
sparse-checkout: docker-compose.yml
67+
fetch-depth: 1
68+
- name: Copy docker-compose
6469
uses: appleboy/scp-action@v0.1.3
6570
with:
6671
host: ${{ secrets.SERVER_HOST }}

0 commit comments

Comments
 (0)