Skip to content

Commit

Permalink
Deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Dec 11, 2024
1 parent 2d10b93 commit fbb0978
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy-swap-widget.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Tonkeeper Swap Widget Deploy
on:
workflow_dispatch:
inputs:
environment:
type: choice
description: Deploy to env
required: true
options:
- dev
- main

jobs:
swap-widget:
uses: ./.github/workflows/swap-widget-build.yaml
with:
environment: ${{ inputs.environment }}
secrets: inherit

0 comments on commit fbb0978

Please sign in to comment.