Sync
All checks were successful
Deployment Verification Ubuntu / deploy-and-test (push) Successful in 2m16s

This commit is contained in:
2025-04-27 11:23:26 +02:00
parent b39e4b49c1
commit 60b2e9877f
2 changed files with 27 additions and 6 deletions

View File

@ -0,0 +1,24 @@
#
name: Deployment Verification Ubuntu
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy-and-test:
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