Skip to content

Commit

Permalink
chore: 添加 workflow 触发方式
Browse files Browse the repository at this point in the history
  • Loading branch information
YkeLit committed Aug 18, 2023
1 parent 3bdcd1f commit 497b381
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-k8s.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Deploy to k8s

on:
registry_package:
action:
- published
workflow_dispatch:

jobs:
Expand All @@ -10,6 +13,6 @@ jobs:
- name: deploy frontend application
uses: byzanteam/jet-actions/deploy-frontend-application@main
with:
image_tag: "0.0.11"
image_tag: "0.0.13"
private_key: ${{ secrets.DEPLOYMENT_RUNNER_PRIVATE_KEY }}
namespace: test

0 comments on commit 497b381

Please sign in to comment.