Closed BasPH closed 11 months ago
This PR enables you to configure a description e.g. description: "Deployed from commit ${{ github.event.after }}" which gets mapped to astro deploy --description "...", which is visible in the Deploy History tab.
description: "Deployed from commit ${{ github.event.after }}"
astro deploy --description "..."
This PR enables you to configure a description e.g.
description: "Deployed from commit ${{ github.event.after }}"
which gets mapped toastro deploy --description "..."
, which is visible in the Deploy History tab.