Skip to content

Commit

Permalink
chore(ci): delete some ignore infra
Browse files Browse the repository at this point in the history
  • Loading branch information
kidneyweakx committed Feb 1, 2024
1 parent e6acddc commit ee8f266
Show file tree
Hide file tree
Showing 5 changed files with 9,905 additions and 8,658 deletions.
1 change: 0 additions & 1 deletion .asdfrc

This file was deleted.

19 changes: 1 addition & 18 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- name: Checkout 🛎️
Expand All @@ -37,20 +37,3 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Create Env File
run: |
touch ./apps/backend/.env
echo COUCHDB_PASSWORD=${{secrets.COUCHDB_PASSWORD}} >> ./apps/backend/.env
echo COUCHDB_USER=${{secrets.COUCHDB_USER}} >> ./apps/backend/.env
- name: Build
run: pnpm build --filter backend

- name: Build and Deploy Docker
working-directory: ./apps/backend
env:
COUCHDB_USER: ${{secrets.COUCHDB_USER}}
COUCHDB_PASSWORD: ${{secrets.COUCHDB_PASSWORD}}
run: |
chmod +x ./scripts/cicd.sh
./scripts/cicd.sh
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [2023] kidneyweakx
Copyright [2023] kidneyweakx YeeeTai

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit ee8f266

Please sign in to comment.