Skip to content

Commit

Permalink
feat: build gradle jib 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdrbs96 committed Jul 8, 2023
1 parent 154ae36 commit 3e7cf3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches:
- feature/*
- refactor/*
- fix/*

env:
JASYPT_ENCRYPTOR_PASSWORD: ${{ secrets.JASYPT_ENCRYPTOR_PASSWORD }}
Expand Down Expand Up @@ -67,3 +68,4 @@ jobs:
environment_name: shorts-prod
version_label: shorts-${{steps.current-time.outputs.formattedTime}}
deployment_package: ./Dockerrun.aws.json
wait_for_environment_recovery: 300

0 comments on commit 3e7cf3b

Please sign in to comment.