Add CI/CD simulation files

This commit is contained in:
m.marjorie 2025-03-31 14:13:05 +08:00
parent d0c9a1f935
commit 70b4ee2231
1 changed files with 4 additions and 0 deletions

4
sample/deployed-script.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
echo "Building..."
sleep 2
echo "Done"