Skip to content

Commit

Permalink
[HOTFIX] scp action source 파라미터 주입 방식 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon committed Dec 29, 2024
1 parent ac5bcfd commit 61a022a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,7 @@ jobs:
username: ubuntu
key: ${{ secrets.PEM_KEY_DEV }}
port: 22
source: |
deploy.sh
switch.sh
valid.sh
application.env
${{ secrets.APPLE_KEY_NAME }}
source: "deploy.sh,switch.sh,valid.sh,application.env,${{ secrets.APPLE_KEY_NAME }}"
target: /home/ubuntu/deploy-temp/op

- name: 🚀SSH command deploy
Expand Down

0 comments on commit 61a022a

Please sign in to comment.