YAML examples for Netlify
Deploy to Netlify
yaml- action: "netlify deploy --dir=. --prod-if-unlocked" type: "NETLIFY" shell: "BASH" execute_commands: - "# If you built the app in a previous action, go to the output directory and use the --no-build flag" - "netlify deploy --dir=. --prod-if-unlocked" site_id: "singer-mathew-58557" version: "20" integration: "my_integration"