Skip to content

Commit

Permalink
ci: ah who knows
Browse files Browse the repository at this point in the history
  • Loading branch information
zkrising committed Apr 6, 2024
1 parent 59e2c4c commit b883253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
VITE_DISCORD: "https://discord.gg/E4n8ZZF5ES"
VITE_CDN_URL: "https://cdn-boku.tachi.ac"
TACHI_NAME: "Bokutachi"
BUILD_OUT_DIR: ${{ env.HOME }}/boku
BUILD_OUT_DIR: /home/runner/boku

- name: Build Kamaitachi
run: pnpm --filter tachi-client build
Expand All @@ -97,7 +97,7 @@ jobs:
VITE_GIT_REPO: "GitHub:zkldi/Tachi"
VITE_RECAPTCHA_KEY: "6LcsYbIpAAAAAEJffjIXmbQcxj_SBZG7BnSPjF4L"
TACHI_NAME: "Kamaitachi"
BUILD_OUT_DIR: ${{ env.HOME }}/kamai
BUILD_OUT_DIR: /home/runner/kamai

- name: Deploy Kamaitachi
run: scp -r ~/kamai ci@"$TACHI_HOST":tachi-client
Expand Down

0 comments on commit b883253

Please sign in to comment.