Az Codez

Az Codez

Follow
homeSponsor MeContactbadgesnewsletter
Tag

Devops

#devops

More content

Read more stories on Hashnode


Articles with this tag

Creating a AWS EC2 using Github Actions and Terraform Cloud

Apr 21, 20223 min read 308 views

Steps I went though to create a AWS EC2 server using IaC GitHub actions and Terraform Cloud · These are steps on how I created an AWS EC2 using Github...

Creating a AWS EC2 using Github Actions and Terraform Cloud

Sync AWS S3 Bucket on Git Push using GitHub Actions

Nov 3, 20212 min read 853 views

Setup a CI/CD GitHub Action to upload files to a S3 Bucket whenever you do a git push · Below we are going to setup a GitHub Action to upload files to a...

Sync AWS S3 Bucket on Git Push using GitHub Actions

Combine commands to run on Linux (Debian)

Oct 31, 20211 min read 77 views

Below we are going to add a bunch of commands into a file and run them all at once where you need to. This should help with development time · Below we...

Combine commands to run on Linux (Debian)

Run a PHP script using GitHub Actions

Oct 17, 20212 min read 247 views

Below instructions on setting up an automated GitHub actions workflow that runs some PHP · SignUp and Create a new reposiory in Github Add a php file...

Run a PHP script using GitHub Actions

Twitter tweet bot using GitHub Actions

Sep 19, 20213 min read 131 views

Update Twitter status automatically using GitHub Actions · This is how I created a GitHub Action that sends tweets to my Twitter automaticly Twitter...

Twitter tweet bot using GitHub Actions