mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-27 08:40:57 -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"
|
||||
steps:
|
||||
- run: |
|
||||
set -x
|
||||
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
|
||||
./dependencies.sh
|
||||
./forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo:1.19
|
||||
./forgejo-runner.sh setup
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue