Skip to content

Commit

Permalink
Update deploy-laravel-demo-free.yml
Browse files Browse the repository at this point in the history
alokVishu authored Jan 5, 2024
1 parent 8e428d8 commit 55c5af3
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
@@ -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@v0.1.3
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}

0 comments on commit 55c5af3

Please sign in to comment.