Skip to content

Instantly share code, notes, and snippets.

View uvulpos's full-sized avatar
🍝
I love eating pasta 😄

Tim Riedl uvulpos

🍝
I love eating pasta 😄
View GitHub Profile
@uvulpos
uvulpos / gist:cdfecd987a0e7bb10ca1461d30f08b79
Created March 29, 2024 19:22
Deploy IaC in Pipeline and store kubeconfig as secret [untested]
jobs:
deploy-infrastructure:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install terraform
@uvulpos
uvulpos / Lox24_SMS-Class.md
Last active September 27, 2020 16:31
This is just a small class to send SMS with lox24 and PHP!

Hey there, this is just a small class to send SMS with lox24 and PHP! A composer package is coming so this is just a temporary solution (talked to the owner) Documentation: https://doc.lox24.eu/?l=en#operation/postSmsCollection

// example
$sms = new Lox24SMS(123456, 'api-key');