Skip to content

Commit

Permalink
ci cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laluka committed Apr 1, 2024
1 parent 19c1581 commit b716ba6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: packer
on:
push:
schedule:
- cron: '39 * * * *'
- cron: '30 7 * * *'

env:
PRODUCT_VERSION: "latest"
Expand Down
2 changes: 0 additions & 2 deletions packer/lbt-docker.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ build {
"TZ=Etc/UTC",
]
inline = [
"git config --global --add safe.directory /opt/lalubuntu",
"cd /opt/lalubuntu",
"echo \"hacker ALL=(ALL) NOPASSWD: ALL # TMPHACK_INSTALL_ONLY\" | tee -a /etc/sudoers",
"sudo -u hacker -- bash -xlc \"ansible-playbook -v -i inventory.ini main.yml --tags offensive-stuff\"",
Expand Down Expand Up @@ -172,7 +171,6 @@ build {
"TZ=Etc/UTC",
]
inline = [
"git config --global --add safe.directory /opt/lalubuntu",
"cd /opt/lalubuntu",
"echo \"hacker ALL=(ALL) NOPASSWD: ALL # TMPHACK_INSTALL_ONLY\" | tee -a /etc/sudoers",
"sudo -u hacker -- bash -xlc \"ansible-playbook -v -i inventory.ini main.yml --tags gui-tools\"",
Expand Down
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LaluBuntu
# LaluBuntu - [![packer-docker-build](https://github.com/laluka/lalubuntu/actions/workflows/packer.yml/badge.svg?branch=master)](https://github.com/laluka/lalubuntu/actions/workflows/packer.yml)

> Prompt (OpenAI): Create a logo with an Evoli-like pokemon for a linux distro named LaluBuntu, make it cute !
Expand Down Expand Up @@ -146,6 +146,12 @@ ssh "root@$DO_IP" passwd hacker # Set your password
# ~ Enjoyyyy ~
```

- If you just want to try it quick at no cost
- Feel free tu use my referal link: https://m.do.co/c/8f065e035836
- You earn 200$ credit to be used within two months
- I (lalu) save 25$ on my next infra bill, which is nice!
- Thank you 🌹

## Base install

Base-installs scripts will install all the needed sofware and packages.
Expand Down

0 comments on commit b716ba6

Please sign in to comment.