Skip to content

Commit

Permalink
0.0.6 [WIP] rename pipline files
Browse files Browse the repository at this point in the history
  • Loading branch information
LReg committed Oct 9, 2024
1 parent 23a6725 commit 6f0ed51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-testserver.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy to server
name: redeploy app
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/execute-setup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy to server
name: execute setup script (react to environment changes)
on:
workflow_dispatch:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redeploy-authelia.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy to server
name: restart authelia
on:
workflow_dispatch:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redeploy-traefik.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy to server
name: restart traefik
on:
workflow_dispatch:
jobs:
Expand Down

0 comments on commit 6f0ed51

Please sign in to comment.