Merge remote-tracking branch 'refs/remotes/origin/main'
All checks were successful
Deploy / Deploy (push) Successful in 1m31s

This commit is contained in:
Arcane Spark 2024-04-13 17:25:18 +02:00
commit 195ee9d1da

View file

@ -7,7 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: docker
name: Deploy
steps:
- uses: actions/checkout@v4
@ -15,11 +15,13 @@ jobs:
with:
go-version: 'stable' # The Go version to download (if necessary) and use.
- run: |
mkdir /workspace/bin
export GOBIN=/workspace/bin
go install github.com/packwiz/packwiz@latest
cd TrotCraft/client
/home/runner/go/bin/packwiz refresh --build
/workspace/bin/packwiz refresh --build
cd ../server
/home/runner/go/bin/packwiz refresh --build
/workspace/bin/packwiz refresh --build
- name: Deploy
uses: cloudflare/wrangler-action@v3
with: