Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
drill-lancer committed Sep 12, 2024
1 parent c9dd754 commit 119f831
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ env:
GIT_REPOSITORY_USER: ${{ secrets.GIT_REPOSITORY_USER }}
GIT_REPOSITORY_FREE: ${{ secrets.GIT_REPOSITORY_FREE }}
GIT_USER: ${{ secrets.GIT_USER }}
DEPLOY_KEY_FREE: ${{ secrets.DEPLOY_KEY_FREE }}
# 無料版のリポジトリをPro版の中で一旦 clone して、bin/deploy-free.sh で処理する

jobs:
Expand Down Expand Up @@ -42,7 +41,7 @@ jobs:
uses: MrSquaare/ssh-setup-action@v3
with:
host: github.com
private-key: ${ DEPLOY_KEY_FREE }
private-key: ${{ secrets.DEPLOY_KEY_FREE }}
private-key-name: vk-blocks-free

# 通常版を(Pro版の中に)クローン
Expand Down

0 comments on commit 119f831

Please sign in to comment.