Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 9035d2a

Browse files
authored
change latest release to trigger deployment on our server (#94)
1 parent 6b1bafa commit 9035d2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/latestRelease.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ jobs:
3737
VERSION=latest
3838
docker tag $IMAGE_ID filefighter/rest:$VERSION
3939
docker push filefighter/rest:$VERSION
40+
-
41+
name: Trigger update on server
42+
run: |
43+
curl -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/filefighter-update.log
44+

0 commit comments

Comments
 (0)