Skip to content

Commit

Permalink
Update deploy-laravel-demo-free.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alokVishu authored Jan 5, 2024
1 parent eae1b4b commit 8e428d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-laravel-demo-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: pnpm tsx src/templates/${{ env.BRAND_NAME }}/scripts/genLaravelDemos.ts --isFree $([[ "${{ inputs.is_production }}" != "true" ]] && echo --staging)

- name: 🚀 Upload demos zip
uses: appleboy/scp-action@master
uses: appleboy/scp-action@v0.1.3
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
Expand Down

0 comments on commit 8e428d8

Please sign in to comment.