Skip to content

Commit 5b16202

Browse files
wrussell1999tchiotludo
authored andcommitted
feat: new product overview video
1 parent ef344eb commit 5b16202

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/composites/setup-unit/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Build the docker-compose stack
88
shell: bash
99
run: |
10-
docker-compose -f docker-compose-ci.yml up -d
10+
docker compose -f docker-compose-ci.yml up -d
1111
sleep 30
1212
1313

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<br />
2828
<p align="center">
29-
<a href="https://www.youtube.com/watch?v=h-P0eK2xN58&ab_channel=Kestra" target="_blank">
29+
<a href="https://go.kestra.io/video/product-overview" target="_blank">
3030
<img src="https://kestra.io/startvideo.png" alt="Get started in 4 minutes with Kestra" width="640px" />
3131
</a>
3232
</p>

setup-unit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
docker-compose -f docker-compose-ci.yml up -d
1+
docker compose -f docker-compose-ci.yml up -d
22
sleep 30

0 commit comments

Comments
 (0)