Skip to content

Commit 6ee1c52

Browse files
authored
Merge pull request #15 from WSPluta/main
multiple fixes and maintenance
2 parents e6cd132 + 1703c1a commit 6ee1c52

File tree

276 files changed

+1612
-46703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+1612
-46703
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@ out/
111111
.vscode/
112112
*.dtmp
113113
*.bkp
114+
blog.txt

command_spec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ steps:
3131
shell: bash
3232
timeoutInSeconds: 300
3333
command: |
34-
cd /workspace/oci-multiplayer
34+
cd /workspace/save-the-wildlife
3535
adb_wallet_password="$(openssl rand -base64 12)_$RANDOM"
36-
oci db autonomous-database generate-wallet --autonomous-database-id ${adb_id} --file "/workspace/oci-multiplayer/deploy/k8s/base/score/wallet.zip" --password "$adb_wallet_password"
36+
oci db autonomous-database generate-wallet --autonomous-database-id ${adb_id} --file "/workspace/save-the-wildlife/deploy/k8s/base/score/wallet.zip" --password "$adb_wallet_password"
3737
- type: Command
3838
name: "Custom Kustomize with versions"
3939
shell: bash
4040
timeoutInSeconds: 300
4141
command: |
42-
cd /workspace/oci-multiplayer
42+
cd /workspace/save-the-wildlife
4343
redis_password=$(oci secrets secret-bundle get --secret-id ${redis_password_id} --query 'data."secret-bundle-content".content' | tr -d '\"' | base64 -d)
4444
adb_admin_password=$(oci secrets secret-bundle get --secret-id ${adb_admin_password_id} --query 'data."secret-bundle-content".content' | tr -d '\"' | base64 -d)
4545
npx zx scripts/kustom.mjs ${region_key} $redis_password $adb_admin_password ${adb_service}
@@ -60,7 +60,7 @@ steps:
6060
shell: bash
6161
timeoutInSeconds: 300
6262
command: |
63-
kubectl apply -k ./oci-multiplayer/deploy/k8s/overlays/devops
63+
kubectl apply -k ./save-the-wildlife/deploy/k8s/overlays/devops
6464
- type: Command
6565
name: "Wait for Load Balancer (sleep)"
6666
shell: bash
@@ -73,4 +73,4 @@ steps:
7373
timeoutInSeconds: 100
7474
command: |
7575
LB_PUBLIC_IP=$(kubectl get svc ingress-nginx-controller -n ingress-nginx --template="{{range .status.loadBalancer.ingress}}{{.ip}}{{end}}")
76-
echo "http://$LB_PUBLIC_IP/"
76+
echo "http://$LB_PUBLIC_IP/"

debug/assets/alps_field_8k.hdr

-99.7 MB
Binary file not shown.

debug/assets/bg.hdr

Lines changed: 0 additions & 10931 deletions
This file was deleted.

debug/assets/bg.png

-8.57 MB
Binary file not shown.

debug/assets/boat.gltf

Lines changed: 0 additions & 151 deletions
This file was deleted.

0 commit comments

Comments
 (0)