Compare commits
10 commits
ep/Aug23-2
...
master
Author | SHA1 | Date | |
---|---|---|---|
2d951979e9 | |||
5ee7807fe4 | |||
![]() |
3484e835e1 | ||
dc0e78b673 | |||
c56d4addcd | |||
![]() |
2e65b1384e | ||
![]() |
acf6f82408 | ||
![]() |
0119b7b5a7 | ||
97fef59023 | |||
![]() |
334b4326ce |
5 changed files with 24324 additions and 4 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.dev/elysium/oasis-action@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 --skip-dependencies
|
||||||
|
working-directory: ${{ env.OASIS_WORKSPACE }}
|
|
@ -5,7 +5,7 @@ on:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
S3_BACKUP_ENDPOINT: https://s3.dunemask.net
|
S3_BACKUP_ENDPOINT: https://s3.dunemask.dev
|
||||||
S3_BACKUP_KEY_ID: gitea-repo-backup
|
S3_BACKUP_KEY_ID: gitea-repo-backup
|
||||||
S3_BACKUP_KEY: ${{ secrets.S3_REPO_BACKUP_KEY }}
|
S3_BACKUP_KEY: ${{ secrets.S3_REPO_BACKUP_KEY }}
|
||||||
REPO_DIR: ${{ gitea.workspace }}/${{ gitea.respository }}
|
REPO_DIR: ${{ gitea.workspace }}/${{ gitea.respository }}
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
ACCESS_KEY_ID: ${{ env.S3_BACKUP_KEY_ID }}
|
ACCESS_KEY_ID: ${{ env.S3_BACKUP_KEY_ID }}
|
||||||
SECRET_ACCESS_KEY: ${{ env.S3_BACKUP_KEY }}
|
SECRET_ACCESS_KEY: ${{ env.S3_BACKUP_KEY }}
|
||||||
MIRROR_SOURCE: ${{ env.REPO_DIR }}
|
MIRROR_SOURCE: ${{ env.REPO_DIR }}
|
||||||
MIRROR_TARGET: repository-backups/${{ gitea.repository }}
|
MIRROR_TARGET: backups/gitea-repositories/${{ gitea.repository }}
|
||||||
STORAGE_SERVICE_URL: ${{env.S3_BACKUP_ENDPOINT}}
|
STORAGE_SERVICE_URL: ${{env.S3_BACKUP_ENDPOINT}}
|
||||||
with:
|
with:
|
||||||
args: --overwrite --remove
|
args: --overwrite --remove
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,7 +1,6 @@
|
||||||
# For Deploy
|
# For Deploy
|
||||||
build/
|
build/
|
||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
|
||||||
# Env files
|
# Env files
|
||||||
.env
|
.env
|
||||||
.env.dev
|
.env.dev
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
# Khufu
|
# Khufu
|
||||||
Khufu is a legacy React application that allows for basic file sharing and storing in the cloud. This is the frontend service for Nubian
|
Khufu is a legacy React application that allows for basic file sharing and storing in the cloud.
|
||||||
|
|
||||||
|
This is the frontend service for [Nubian](https://forgejo.dunemask.dev/elysium/nubian)
|
||||||
|
|
||||||
|
Archived on Aug 10 2024
|
24293
package-lock.json
generated
Normal file
24293
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Reference in a new issue