diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6368600..4124d71 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 @@ -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 diff --git a/overrides.toml b/overrides.toml new file mode 100644 index 0000000..14adc68 --- /dev/null +++ b/overrides.toml @@ -0,0 +1,2 @@ +[channel_tracks] +stable = "apiX" diff --git a/stable/Hooky/manifest.toml b/stable/Hooky/manifest.toml index baab94b..36e7ce4 100644 --- a/stable/Hooky/manifest.toml +++ b/stable/Hooky/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://github.com/redstrate/Hooky.git" -commit = "c8048acca53cf48ab434139c0e9e871fce45df5c" +commit = "94d4def19b1b7b157c0e27a57862e4cb2d96dd04" owners = [ "redstrate" ] changelog = '''''' diff --git a/stable/Rebound/manifest.toml b/stable/Rebound/manifest.toml index 06ed752..661327b 100644 --- a/stable/Rebound/manifest.toml +++ b/stable/Rebound/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://github.com/redstrate/Rebound.git" -commit = "5bd17156e993acb160ef73486a03e956afaad5c0" +commit = "a0c7e3cd7cbe111db7dc16474e40a74921ea9870" owners = [ "redstrate" ] changelog = ''''''