Skip to content

Commit a64e5a6

Browse files
authored
Merge pull request #4 from 2ghrms/oci-migration
fix: strip_components 제거
2 parents e22ef93 + e342079 commit a64e5a6

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/dev-cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
key: ${{ secrets.OCI_INSTANCE_SSH_KEY }}
6565
source: "clokey-api/dev-compose.yml"
6666
target: /home/ubuntu/
67-
strip_components: 1
6867

6968
- name: Set OCI private key env (multiline)
7069
run: |

.github/workflows/prod-cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
key: ${{ secrets.OCI_INSTANCE_SSH_KEY }}
7070
source: "clokey-api/prod-compose.yml"
7171
target: /home/ubuntu/
72-
strip_components: 1
7372

7473
- name: Set OCI private key env (multiline)
7574
run: |

0 commit comments

Comments
 (0)