Skip to content

Commit

Permalink
feat: 필요 없는 파일 삭제 및 네이밍 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kkanggu committed Jan 21, 2024
1 parent 9adefb0 commit dd8305a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 126 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Amazon ECS CI/CD
name: Deploy to Amazon EC2 CI/CD

on:
push:
Expand Down Expand Up @@ -49,5 +49,5 @@ jobs:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USER_NAME }}
key: ${{ secrets.EC2_PRIVATE_KEY }}
source: "build/libs/*.jar"
source: "build/libs/daitssu-api.jar"
target: ${{ secrets.EC2_PATH }}
4 changes: 0 additions & 4 deletions Dockerfile

This file was deleted.

31 changes: 0 additions & 31 deletions docker-compose.yml

This file was deleted.

89 changes: 0 additions & 89 deletions task-definition.json

This file was deleted.

0 comments on commit dd8305a

Please sign in to comment.