Skip to content

Commit

Permalink
deployment action work
Browse files Browse the repository at this point in the history
  • Loading branch information
arvyy committed Jul 20, 2024
1 parent e00e795 commit b29925f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ jobs:
needs:
- build
runs-on: ubuntu-latest
environment: Prod
steps:
- uses: actions/checkout@v4
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: actions/download-artifact@v4
with:
name: schemeindex
Expand Down

0 comments on commit b29925f

Please sign in to comment.