File tree Expand file tree Collapse file tree 4 files changed +28
-69
lines changed
Expand file tree Collapse file tree 4 files changed +28
-69
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ services:
3131 # platforms:
3232 # - linux/amd64
3333 # - linux/arm64
34- cache-from :
35- - type=registry,ref=ghcr.io/techarohq/alexandria/devcontainer/cache
3634 volumes :
3735 - ../:/workspace/alexandria:cached
3836 - node-modules:/workspace/alexandria/node_modules
Original file line number Diff line number Diff line change 4545 source : .
4646 push : false
4747 targets : devcontainer,alexandria
48+
49+ staging-deploy :
50+ needs :
51+ - docker
52+ if : github.repository == 'TecharoHQ/alexandria'
53+ runs-on : ubuntu-24.04
54+
55+ steps :
56+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57+ with :
58+ persist-credentials : false
59+
60+ - name : Apply k8s manifests to limsa lominsa
61+ uses : actions-hub/kubectl@b5b19eeb6a0ffde16637e398f8b96ef01eb8fdb7 # v1.33.3
62+ env :
63+ KUBE_CONFIG : ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }}
64+ with :
65+ args : apply -k manifest/staging
66+
67+ - name : Apply k8s manifests to limsa lominsa
68+ uses : actions-hub/kubectl@b5b19eeb6a0ffde16637e398f8b96ef01eb8fdb7 # v1.33.3
69+ env :
70+ KUBE_CONFIG : ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }}
71+ with :
72+ args : rollout restart -n default deploy/anubis-docs
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "recommendations" : [" docker.docker" ]
3+ }
You can’t perform that action at this time.
0 commit comments