Skip to content

Commit

Permalink
cicd 3
Browse files Browse the repository at this point in the history
  • Loading branch information
justindevcode committed Jul 2, 2023
1 parent 15f57fa commit 2cf95e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
utcOffset: "+09:00"

- name: Set artifact
run: echo "artifact=$(ls ./build/libs)" >> $GITHUB_ENV
run: echo "artifact=$(ls ./charrypickapp/build/libs)" >> $GITHUB_ENV

- name: Beanstalk Deploy
uses: einaregilsson/beanstalk-deploy@v20
Expand All @@ -48,4 +48,4 @@ jobs:
envirmanet_name: Cherry-pick-backend-env
version_label: github-action-${{ steps.current-time.outputs.formattedTime }}
region: ap-northeast-2
deployment_package: ./build/libs/${{env.artifact}}
deployment_package: ./charrypickapp/build/libs/${{env.artifact}}

0 comments on commit 2cf95e2

Please sign in to comment.