Compare commits
9 commits
master
...
ep/Aug23-2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
94f6318983 | ||
![]() |
efc928c242 | ||
![]() |
8e4f1d8040 | ||
![]() |
0018f1025d | ||
![]() |
b83d06aebe | ||
![]() |
01e904dd41 | ||
![]() |
b67adb71e6 | ||
![]() |
a63046dbf2 | ||
![]() |
35242b8ef8 |
1 changed files with 24 additions and 0 deletions
24
.gitea/workflows/deploy-edge.yml
Normal file
24
.gitea/workflows/deploy-edge.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
name: Deploy Edge
|
||||
run-name: ${{ gitea.actor }} Deploy Edge
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.ELYSIUM_ORG_READ_TOKEN }}
|
||||
KUBECONFIG_BASE64: ${{ secrets.KUBECONFIG_USW_EDGE }}
|
||||
OASIS_PROD_CONFIG: ${{ secrets.OASIS_PROD_CONFIG }}
|
||||
GARDEN_DEPLOY_ACTION: khufu
|
||||
|
||||
jobs:
|
||||
deploy-edge:
|
||||
steps:
|
||||
- name: Oasis Setup
|
||||
uses: https://gitea.dunemask.net/elysium/libyan@master
|
||||
with:
|
||||
gitea-token: ${{ env.GITEA_TOKEN }}
|
||||
kubeconfig: ${{ env.KUBECONFIG_BASE64 }}
|
||||
oasis-prod-config: ${{ env. OASIS_PROD_CONFIG }}
|
||||
- name: Deploy to Edge env
|
||||
run: garden deploy $GARDEN_DEPLOY_ACTION --env usw-edge
|
||||
working-directory: ${{ env.OASIS_WORKSPACE }}
|
Reference in a new issue