Update : remove tmp CI/CD debian
All checks were successful
Deployment Verification Ubuntu / Run Hardening on Ubuntu (push) Successful in 2m21s
All checks were successful
Deployment Verification Ubuntu / Run Hardening on Ubuntu (push) Successful in 2m21s
This commit is contained in:
27
.gitea/workflows/ci-main-debian.yml.bak
Normal file
27
.gitea/workflows/ci-main-debian.yml.bak
Normal file
@ -0,0 +1,27 @@
|
||||
#
|
||||
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
|
||||
container:
|
||||
image: debian:bookworm-slim
|
||||
|
||||
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
|
Reference in New Issue
Block a user