test
This commit is contained in:
parent
d5caebb742
commit
6ca7ff7a72
25
.gitea/workflows/ci-main-debian.yml
Normal file
25
.gitea/workflows/ci-main-debian.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
#
|
||||||
|
name: Deployment Verification Debian
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy-and-test:
|
||||||
|
name: Run Hardening on Debian
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Make the script files executable
|
||||||
|
run: chmod +x * -R
|
||||||
|
|
||||||
|
- name: Run a script
|
||||||
|
run: sudo ./main.sh
|
@ -11,7 +11,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-and-test:
|
deploy-and-test:
|
||||||
|
name: Run Hardening on Ubuntu
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: amd64/debian:12
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user