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

Commit

Permalink
fix discourse github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Sep 1, 2024
1 parent 0fdf4ed commit 5c6ea27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/discourse-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
uses: FarisZR/Tailscale-ssh-deploy@main
with:
remote_host: ${{ secrets.server_address }}
directory: discourse/containers
directory: containers
post_upload_command: /home/aosus/discourse/launcher rebuild db
remote_destination: /home/aosus/discourse
2 changes: 1 addition & 1 deletion .github/workflows/discourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
uses: FarisZR/Tailscale-ssh-deploy@main
with:
remote_host: ${{ secrets.server_address }}
directory: discourse/containers
directory: containers
post_upload_command: /home/aosus/discourse/launcher rebuild app
remote_destination: /home/aosus/discourse

0 comments on commit 5c6ea27

Please sign in to comment.