Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
tutn-axonivy committed Mar 11, 2024
1 parent acb28a4 commit beb84cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CI-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,12 @@ jobs:
with:
path: |
**/target/schema/market/*/*.json
- name: Deploy
shell: sh
run: |
targetFolder="/home/axonivya/deployment/market-$(date +'%Y-%m-%d_%H-%M-%S')"
mkdir ${targetFoler}
cp market-test/target/market {$targetFoler}
ln -fns ${targetFolder}/market /home/axonivya/data/market

0 comments on commit beb84cb

Please sign in to comment.