Browse Source

Adding deploy script (oci object storage)

bodicsek 5 years ago
parent
commit
126827781a
1 changed files with 8 additions and 0 deletions
  1. 8 0
      deploy.sh

+ 8 - 0
deploy.sh

@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# oci cli documentation
+# https://docs.oracle.com/en-us/iaas/Content/API/Concepts/cliconcepts.htm
+oci --profile BODICSEK \
+  os object put \
+  -ns fria9wwig1n3 -bn canary-log-viewer --name clv.ts \
+  --file $(pwd)/clv.ts --content-type=text/plain --force