Compare commits
9 commits
master
...
ep/Aug23-2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
94f6318983 | ||
![]() |
efc928c242 | ||
![]() |
8e4f1d8040 | ||
![]() |
0018f1025d | ||
![]() |
b83d06aebe | ||
![]() |
01e904dd41 | ||
![]() |
b67adb71e6 | ||
![]() |
a63046dbf2 | ||
![]() |
35242b8ef8 |
5 changed files with 6 additions and 24302 deletions
|
@ -14,11 +14,11 @@ jobs:
|
||||||
deploy-edge:
|
deploy-edge:
|
||||||
steps:
|
steps:
|
||||||
- name: Oasis Setup
|
- name: Oasis Setup
|
||||||
uses: https://gitea.dunemask.dev/elysium/oasis-action@master
|
uses: https://gitea.dunemask.net/elysium/libyan@master
|
||||||
with:
|
with:
|
||||||
gitea-token: ${{ env.GITEA_TOKEN }}
|
gitea-token: ${{ env.GITEA_TOKEN }}
|
||||||
kubeconfig: ${{ env.KUBECONFIG_BASE64 }}
|
kubeconfig: ${{ env.KUBECONFIG_BASE64 }}
|
||||||
oasis-prod-config: ${{ env. OASIS_PROD_CONFIG }}
|
oasis-prod-config: ${{ env. OASIS_PROD_CONFIG }}
|
||||||
- name: Deploy to Edge env
|
- name: Deploy to Edge env
|
||||||
run: garden deploy $GARDEN_DEPLOY_ACTION --env usw-edge --skip-dependencies
|
run: garden deploy $GARDEN_DEPLOY_ACTION --env usw-edge
|
||||||
working-directory: ${{ env.OASIS_WORKSPACE }}
|
working-directory: ${{ env.OASIS_WORKSPACE }}
|
|
@ -5,7 +5,7 @@ on:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
S3_BACKUP_ENDPOINT: https://s3.dunemask.dev
|
S3_BACKUP_ENDPOINT: https://s3.dunemask.net
|
||||||
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: backups/gitea-repositories/${{ gitea.repository }}
|
MIRROR_TARGET: repository-backups/${{ 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,6 +1,7 @@
|
||||||
# For Deploy
|
# For Deploy
|
||||||
build/
|
build/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
package-lock.json
|
||||||
# Env files
|
# Env files
|
||||||
.env
|
.env
|
||||||
.env.dev
|
.env.dev
|
||||||
|
|
|
@ -1,6 +1,2 @@
|
||||||
# Khufu
|
# Khufu
|
||||||
Khufu is a legacy React application that allows for basic file sharing and storing in the cloud.
|
Khufu is a legacy React application that allows for basic file sharing and storing in the cloud. This is the frontend service for Nubian
|
||||||
|
|
||||||
This is the frontend service for [Nubian](https://forgejo.dunemask.dev/elysium/nubian)
|
|
||||||
|
|
||||||
Archived on Aug 10 2024
|
|
24293
package-lock.json
generated
24293
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Reference in a new issue