Skip to content

Commit 7cadf85

Browse files
committed
ci: update test server
1 parent d358e25 commit 7cadf85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,8 @@ jobs:
4545
push: true
4646
tags: |
4747
ghcr.io/${{ github.repository }}/tag:latest
48-
ghcr.io/${{ github.repository }}/tag:${{ github.sha }}
48+
ghcr.io/${{ github.repository }}/tag:${{ github.sha }}
49+
- name: Update test server
50+
env:
51+
KEY: ${{ secrets.TEST_SERVER_KEY }}
52+
run: curl -X POST -H "Key: $KEY" https://hyperion-test.duckdns.org

0 commit comments

Comments
 (0)