Skip to content

Commit

Permalink
deployment file issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkickr committed Apr 21, 2023
1 parent 9102d00 commit 323bc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ runs:
sed -i "s| name:.*| name: ${BRANCH_DEPLOYMENT_NAME}|g" deployment-preview-template.yaml
# Create new deploymeent preview based on the deployment template file
astro deployment create --clean-output --deployment-file deployment-preview-template.yaml
astro deployment create --deployment-file deployment-preview-template.yaml
# Get deployment ID
echo "FINAL_DEPLOYMENT_ID=$(astro deployment inspect --clean-output -n $BRANCH_DEPLOYMENT_NAME --key metadata.deployment_id)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 323bc23

Please sign in to comment.