Skip to content

Commit

Permalink
feat: try set stuff in path?
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampiiiii committed Apr 11, 2024
1 parent c9141a4 commit c0a28c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Throw up the maintenance page
run: touch /home/iforge/ignis-config/file_flags/maintenance_mode/enabled

- name: Sort out env for pnpm
run: echo "/home/iforge/.local/share/pnpm" >> $GITHUB_PATH

- name: Build the project
working-directory: /home/iforge/ignis/
run: pnpm exec turbo build
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Ignis

[![Deploy](https://github.com/iforge-uos/ignis/actions/workflows/deploy.yml/badge.svg)](https://github.com/iforge-uos/ignis/actions/workflows/deploy.yml)

f̸̖̿i̵̲̐r̷̨̄e̶̢̓ ̵̛̭f̸̜̏o̴̺̊r̸̥̈ ̶̟̽ẗ̴̬́h̵̻͂ë̸̻́ ̴̭̍f̸̫̉î̷̖r̴̮͒e̷͈͑ ̵̦̚g̴͓̒o̶͝ͅd̷͇̀

## Docker
DESCRIPTION COMING SOON

## Docker (this is old)

```bash
docker build . --target <anvil | forge> --tag <anvil | forge>:latest
Expand Down

0 comments on commit c0a28c2

Please sign in to comment.