Skip to content

Commit

Permalink
Update Hooky and Rebound for Patch 7.0 (#3)
Browse files Browse the repository at this point in the history
* Update Hooky and Rebound for Patch 7.0

* Switch to apiX Dalamud channel

* Checkout my fork of Plogon for now

* Only upload repository on main branch
  • Loading branch information
redstrate authored Jun 30, 2024
1 parent c3c51c2 commit 64ef75e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ concurrency:
jobs:
run-plogon:
name: Build Plugins
#if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Set up SSH key
if: github.ref == 'refs/heads/main'
run: |
mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
- name: Install DalamudRepoTool
if: github.ref == 'refs/heads/main'
run: |
cargo install --git https://github.com/redstrate/DalamudRepoTool.git
Expand All @@ -30,7 +31,7 @@ jobs:
- name: Checkout Plogon
uses: actions/checkout@v4
with:
repository: goatcorp/Plogon
repository: redstrate/Plogon # temporarily for API_LEVEL 10
path: Plogon

- name: Create required folders
Expand Down Expand Up @@ -58,10 +59,12 @@ jobs:
path: output

- name: Create repo.json
if: github.ref == 'refs/heads/main'
run: |
DalamudRepoTool --download-host https://dalamud.xiv.zone --repo-path output
- name: Upload repository
if: github.ref == 'refs/heads/main'
run: |
rsync -e "ssh -p 38901 -o StrictHostKeyChecking=no" --recursive output/ deploy@ryne.moe:/srv/http/dalamud
2 changes: 2 additions & 0 deletions overrides.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[channel_tracks]
stable = "apiX"
2 changes: 1 addition & 1 deletion stable/Hooky/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://github.com/redstrate/Hooky.git"
commit = "c8048acca53cf48ab434139c0e9e871fce45df5c"
commit = "94d4def19b1b7b157c0e27a57862e4cb2d96dd04"
owners = [ "redstrate" ]
changelog = ''''''
2 changes: 1 addition & 1 deletion stable/Rebound/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://github.com/redstrate/Rebound.git"
commit = "5bd17156e993acb160ef73486a03e956afaad5c0"
commit = "a0c7e3cd7cbe111db7dc16474e40a74921ea9870"
owners = [ "redstrate" ]
changelog = ''''''

0 comments on commit 64ef75e

Please sign in to comment.