Skip to content

Commit

Permalink
chore: cicd test
Browse files Browse the repository at this point in the history
- 타겟 경로 변경
  • Loading branch information
linglong67 committed Jan 29, 2024
1 parent 074cbe7 commit ca557f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
host: ${{ secrets.VULTR_IP }}
username: ${{ secrets.VULTR_USERNAME }}
password: ${{ secrets.VULTR_PW }}
target: ~/deploy
target: ~/deploy/
script: |
# Install Docker and Docker Compose
dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
Expand Down

0 comments on commit ca557f8

Please sign in to comment.