Skip to content

Commit

Permalink
(feat) Upload fonts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Oct 21, 2024
1 parent 55032ce commit 984d6e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,10 @@ jobs:
if: matrix.enabled
run: rsync -Phavz -e "ssh -p ${{ secrets.SSH_PORT }}" ./.env.${{ matrix.target }} ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}:${{ steps.path.outputs.CRAFT_HOME }}/
- name: Upload fonts
if: matrix.enabled
run: '[ -d "./web/fonts" ] && rsync -Phavz -e "ssh -p ${{ secrets.SSH_PORT }}" ./web/fonts ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}:${{ steps.path.outputs.CRAFT_HOME }}/web/ || true'
- name: Upload composer files
if: matrix.enabled
run: rsync -Phavz -e "ssh -p ${{ secrets.SSH_PORT }}" ./composer.* ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}:${{ steps.path.outputs.CRAFT_HOME }}/
Expand Down

0 comments on commit 984d6e5

Please sign in to comment.