Skip to content

Commit 5b2e41d

Browse files
committed
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/pull-webver.pl?key=PULL_WEBVER_KEY
1 parent bc2bca8 commit 5b2e41d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ jobs:
168168
with:
169169
name: solvespace_web
170170
path: build/bin/
171+
- name: Ping solvespace.com
172+
env:
173+
WEB_SITE_PING_KEY: ${{ secrets.PULL_WEBVER_KEY }}
174+
run: |
175+
curl https://solvespace.com/pull-webver.pl?key=${WEB_SITE_PING_KEY}
171176
172177
# deploy_snap_amd64:
173178
# needs: [test_ubuntu, test_windows, test_macos]
@@ -222,4 +227,4 @@ jobs:
222227
windows_x86/solvespace_x86.exe
223228
windows_single_core_x64/solvespace_single_core_x64.exe
224229
windows_x64/solvespace_x64.exe
225-
macos/SolveSpace.dmg
230+
macos/SolveSpace.dmg

0 commit comments

Comments
 (0)