V8.02.768.2025.06.01
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -126,11 +126,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Preparing the build environment.
|
- name: Preparing the build environment.
|
||||||
run: |
|
run: |
|
||||||
rm -rf opt/{config,livebuild}
|
mkdir -p opt/config
|
||||||
mkdir -p opt/{config,livebuild}
|
mkdir -p op/livebuild
|
||||||
|
touch opt/config/password.txt && chmod 0600 opt/config/password.txt
|
||||||
|
touch opt/config/authorized_keys && chmod 0600 opt/config/authorized_keys
|
||||||
echo "${{ secrets.CISS_DLB_ROOT_PWD }}" >| opt/config/password.txt
|
echo "${{ secrets.CISS_DLB_ROOT_PWD }}" >| opt/config/password.txt
|
||||||
echo "${{ secrets.CISS_DLB_ROOT_SSH_PUBKEY }}" >| opt/config/authorized_keys
|
echo "${{ secrets.CISS_DLB_ROOT_SSH_PUBKEY }}" >| opt/config/authorized_keys
|
||||||
chmod 0600 opt/config/authorized_keys
|
|
||||||
|
|
||||||
- name: Starting CISS.debian.live.builder. This may take a while ...
|
- name: Starting CISS.debian.live.builder. This may take a while ...
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user