Skip to content

Commit

Permalink
Fix broken CI for third time
Browse files Browse the repository at this point in the history
  • Loading branch information
diskdance committed Jul 8, 2024
1 parent 256a1b6 commit ebe6d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-toolforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
pnpm install --frozen-lockfile
pnpm run build
- name: Copy build file to production env
uses: appleboy/scp-action@v0.1
uses: appleboy/scp-action@v0.1.7
with:
host: login.toolforge.org
username: ${{ secrets.TOOLFORGE_USERNAME }}
key: ${{ secrets.TOOLFORGE_KEY }}
source: './dist'
target: '~/.'
- name: Deploy
uses: appleboy/ssh-action@v0.1
uses: appleboy/ssh-action@v1.0.3
with:
host: login.toolforge.org
username: ${{ secrets.TOOLFORGE_USERNAME }}
Expand Down

0 comments on commit ebe6d38

Please sign in to comment.