Skip to content

Commit

Permalink
git actions & docker TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdozzi committed May 14, 2024
1 parent 521e6fd commit d634b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:
# aws-region: ${{ env.AWS_REGION }}
# aws-access-key-id: ${{ secrets.CICD_ACCESS_KEY_HEY }}
# aws-secret-access-key: ${{ secrets.CICD_SECRET_KEY_HEY }}
#

# - name: Upload to S3
# run: aws s3 cp --region ap-northeast-2 ./$GITHUB_SHA.zip s3://$AWS_S3_BUCKET/$GITHUB_SHA.zip
#

# - name: Code Deploy
# run: aws deploy create-deployment --application-name GitGet-Application-HEY --deployment-config-name CodeDeployDefault.AllAtOnce --deployment-group-name GitGet-CICD-group-hey --s3-location bucket=$AWS_S3_BUCKET,key=$GITHUB_SHA.zip,bundleType=zip

0 comments on commit d634b51

Please sign in to comment.