Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Update script and test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tutn-axonivy committed Feb 28, 2024
1 parent ae886a8 commit ca82cbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,10 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4

- name: Untar
- name: Deploy
shell: sh
run: |
mkdir build
targetFolder="build/ivy-website-market-$(date +'%Y-%m-%d_%H-%M-%S')" ;
targetFile=$targetFolder.tar
mkdir $targetFolder
tar -xf ivy-website-market.tar -C $targetFolder
rm -f ivy-website-market.tar
mkdir deployment
ln -fns /deployment $targetFolder/src/web
cd deployment
./dev.sh
Expand Down
1 change: 1 addition & 0 deletions src/app/pages/market/market.twig
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
The Axon Ivy Market offers a unique experience to accelerate process automation.
From standard connectors of leading providers, ready-to-use process models,
business solutions and many utilities such as document generation and workflow user interfaces.
This is test for deploy.
</p>

<div class="row">
Expand Down

0 comments on commit ca82cbf

Please sign in to comment.