Skip to content

Commit 5e4207a

Browse files
authored
CI: Add ping step for solvespace.com in CD workflow
Added a step to ping solvespace.com during the workflow to notify it that a new web build is available. https://solvespace.com/index.pl?HiJWesthuesNewWebVersion
1 parent bc2bca8 commit 5e4207a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ jobs:
168168
with:
169169
name: solvespace_web
170170
path: build/bin/
171+
- name: Ping solvespace.com
172+
run: |
173+
curl https://solvespace.com/index.pl?HiJWesthuesNewWebVersion
171174
172175
# deploy_snap_amd64:
173176
# needs: [test_ubuntu, test_windows, test_macos]
@@ -222,4 +225,4 @@ jobs:
222225
windows_x86/solvespace_x86.exe
223226
windows_single_core_x64/solvespace_single_core_x64.exe
224227
windows_x64/solvespace_x64.exe
225-
macos/SolveSpace.dmg
228+
macos/SolveSpace.dmg

0 commit comments

Comments
 (0)