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

Commit 5631821

Browse files
authored
trigger check for updates on the server (#108)
1 parent 4e51965 commit 5631821

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/latestRelease.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ jobs:
5050
run: |
5151
docker build -t filefighter/frontend:latest webapp_provider/
5252
docker push filefighter/frontend:latest
53+
-
54+
name: Trigger update on server
55+
run:
56+
- curl -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/filefighter-update.log

.github/workflows/storybookBuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jobs:
3232
VERSION=latest
3333
docker build -t filefighter/storybook:$VERSION storybook_provider/
3434
docker push filefighter/storybook:$VERSION
35+
- name: Trigger update on server
36+
run:
37+
- curl -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/storybook.log

0 commit comments

Comments
 (0)