Skip to content

Commit

Permalink
test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBurke committed Nov 7, 2024
1 parent 4f40637 commit f8d7bd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/demo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Build Demo Files (GCWeb)
run: |
grunt demo --branch=${{ github.ref_name }}
docker compose up
docker compose up -d
sleep 20
docker compose down
- name: Build Demo Files (WET-BOEW)
run: grunt dist
Expand Down

0 comments on commit f8d7bd8

Please sign in to comment.