mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-27 16:51:00 -05:00
actual workload for the Forgejo instance
This commit is contained in:
parent
39d3d68c3d
commit
ecd262e0fa
1 changed files with 1 additions and 6 deletions
|
@ -12,12 +12,7 @@ runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
set -x
|
./dependencies.sh
|
||||||
echo HHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
|
|
||||||
pwd
|
|
||||||
exit 0
|
|
||||||
echo deb http://deb.debian.org/debian bullseye-backports main | tee /etc/apt/sources.list.d/backports.list && apt-get update
|
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --quiet -y -t bullseye-backports git docker.io
|
|
||||||
./forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo:1.19
|
./forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo:1.19
|
||||||
./forgejo-runner.sh setup
|
./forgejo-runner.sh setup
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue