Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
[skipc ci] update file structure to match host.
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Feb 3, 2024
1 parent 0ef1c15 commit 19139be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/discourse-db.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy-discourse
name: deploy-discourse-db

on:
push:
Expand Down Expand Up @@ -47,7 +47,6 @@ jobs:
uses: FarisZR/Tailscale-ssh-deploy@main
with:
remote_host: ${{ secrets.server_address }}
directory: discourse
args: -p caddy up -d --remove-orphans
directory: discourse/containers
post_upload_command: /home/aosus/discourse/launcher rebuild db
remote_destination: /home/aosus/discourse/containers
remote_destination: /home/aosus/discourse
5 changes: 2 additions & 3 deletions .github/workflows/discourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
uses: FarisZR/Tailscale-ssh-deploy@main
with:
remote_host: ${{ secrets.server_address }}
directory: discourse
args: -p caddy up -d --remove-orphans
directory: discourse/containers
post_upload_command: /home/aosus/discourse/launcher rebuild app
remote_destination: /home/aosus/discourse/containers
remote_destination: /home/aosus/discourse
File renamed without changes.
File renamed without changes.

0 comments on commit 19139be

Please sign in to comment.