Skip to content

Commit

Permalink
chore: action script 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogu1208 committed Oct 15, 2024
1 parent 7ad8731 commit 6672706
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dev-aws-CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,11 @@ jobs:
username: ubuntu
host: ${{ secrets.AWS_DEV_HOSTNAME }}
key: ${{ secrets.AWS_DEV_PRIVATE_KEY }}
source: |
./docker-compose.yml
./init-letsencrypt.sh
source: ./docker-compose.yml
target: "/home/ubuntu/"
strip_components: 1 #경로 구성 요소를 제거하여 파일만 전송
debug: true


## Docker login
- name: Docker Login
run: |
Expand Down

0 comments on commit 6672706

Please sign in to comment.