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

Commit 819ca1c

Browse files
authored
just trigger pipeline (#109)
* just trigger pipeline * fix yaml
1 parent 8f19f32 commit 819ca1c

File tree

4 files changed

+32167
-14
lines changed

4 files changed

+32167
-14
lines changed

.github/workflows/latestRelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
docker push filefighter/frontend:latest
5353
-
5454
name: Trigger update on server
55-
run:
56-
- curl -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/filefighter-update.log
55+
run: |
56+
curl -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/filefighter-update.log

.github/workflows/storybookBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
docker build -t filefighter/storybook:$VERSION storybook_provider/
3434
docker push filefighter/storybook:$VERSION
3535
- name: Trigger update on server
36-
run:
37-
- curl -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/storybook.log
36+
run: |
37+
curl -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/storybook.log

0 commit comments

Comments
 (0)