Snippets

Aerobatic Plain HTML site Bitbucket Pipeline YML

Updated by David Von Lehman

File bitbucket-pipelines.yml Modified

  • Ignore whitespace
  • Hide word diff
  pipelines:
-    branches
+    branches:
       master:
         - step:
             script:
Created by David Von Lehman

File bitbucket-pipelines.yml Added

  • Ignore whitespace
  • Hide word diff
+ pipelines:
+    branches
+      master:
+        - step:
+            script:
+                - npm install -g aerobatic-cli
+                - aero deploy
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.