Skip to content

Commit

Permalink
update ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
owenowenisme committed Dec 10, 2024
1 parent bfd5332 commit fbd036e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/frontend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name: Trigger frontend cd workflow
on:
workflow_dispatch:
workflow_call:
secrets:
DEV_HOST:
required: true
DEV_USERNAME:
required: true
DEV_SSHKEY:
required: true

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit fbd036e

Please sign in to comment.