KenCommandAPI/.forgejo/workflows/publish-artifact.yml
kento2 1ed3e949d5
Some checks failed
Build and Deploy artifact / build (push) Failing after 11s
ci/cd maybe??
2026-08-05 02:42:30 +02:00

19 lines
No EOL
625 B
YAML

name: "Build and Deploy artifact"
on:
push:
branches: [master, main]
#--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site:443' \
jobs:
build:
runs-on: docker
container:
image: "git.lab0x13.site/scrow/bazel-java:0.6"
steps:
- uses: actions/checkout@v7
- id: build
run: |
bazel --batch build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
--remote_upload_local_results \
--remote-cache='https://asd:1234@cache.lab0x13.site:443' \
--noremote_cache_async