Skip to content

Commit

Permalink
fix: missing script
Browse files Browse the repository at this point in the history
Seokyeong237 committed Jan 19, 2024

Verified

This commit was signed with the committer’s verified signature.
gabmontes Gabriel Montes
1 parent 6b2eadd commit e37634c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -29,10 +29,6 @@ jobs:
- name: Build with Gradle
run: ./gradlew clean build -x test

# zip 파일로 압축
- name: zip file
run: zip -r fullcar.zip ./scripts ./appspec.yml ./build/libs/*.jar

# AWS 자격 증명
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
@@ -63,6 +59,10 @@ jobs:
echo "docker pull $ECR_REPOSITORY" >> scripts/deploy.sh
echo "docker run -d --name codedeploy -p 8080:80 --restart always $ECR_REPOSITORY" >> scripts/deploy.sh
# zip 파일로 압축
- name: zip file
run: zip -r fullcar.zip ./scripts ./appspec.yml ./build/libs/*.jar

# S3에 업로드
- name: Upload to s3
run:

0 comments on commit e37634c

Please sign in to comment.