Skip to content

Commit 33d5c38

Browse files
committed
add print GitHub runner public IP in zodiac deploy file
1 parent 1dd2200 commit 33d5c38

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build-deploy-zodiac.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
id: get_branch
2727
run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
2828

29+
- name: Print GitHub Runner Public IP
30+
run: |
31+
echo "GitHub runner public IP:"
32+
curl https://api.ipify.org
33+
2934
- name: Build React App with Dynamic PUBLIC_URL
3035
run: |
3136
echo "Building for /dev/${{ env.BRANCH_NAME }}/"

public/video/intro.mp4

-54.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)