Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
workflows:
  # Log to New Relic when deploying to test or live.
  deploy:
    after:
      - type: webphp
        description: Log to New Relic
        script: private/scripts/new_relic_deploy.php
  # Also log sync_code so you can track new code going into dev/multidev.
  sync_code:
    after:
      - type: webphp
        description: Log to New Relic
        script: private/scripts/new_relic_deploy.php

Deploy.

After that you should see deployments in the deployments tab of New Relic interface for the application:

...

If you click on the time marker you will be taken to a screen with more details about the deployments process: e. g. CPU usage, Apdex, how the deployment was triggered.