Skip to content

Commit

Permalink
Merge pull request #184 from Nexters/ci/179
Browse files Browse the repository at this point in the history
Ci/179 : 도커 파일 복사 스텝 제거
  • Loading branch information
swa07016 authored Jul 28, 2024
2 parents 1098e24 + 8e414ec commit 9eda725
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ jobs:
name: build-artifact
path: .

- name: Copy Dockerfile
run: cp Dockerfile .

- name: Install or Update AWS CLI
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ jobs:
name: build-artifact
path: .

- name: Copy Dockerfile
run: cp Dockerfile .

- name: Install or Update AWS CLI
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
Expand Down

0 comments on commit 9eda725

Please sign in to comment.