Skip to content

Commit

Permalink
fix task
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Oct 18, 2024
1 parent 911fdb0 commit 2697d43
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
name: release
on:
workflow_dispatch:
inputs:
stage:
description: 'deploy stage'
default: "staging"
required: true
type: choice
options:
- staging
- production
jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -35,6 +26,6 @@ jobs:
echo -n '${{ secrets.GPG_PUBLIC_KEY }}' > keys/pub.key
echo -n '${{ secrets.GPG_SECRET_KEY }}' > keys/sec.key
- name: deploy
run: make ${{ github.event.inputs.stage }}_deploy
run: make deploy
env:
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}

0 comments on commit 2697d43

Please sign in to comment.