Skip to content

Commit

Permalink
Update infrastructure CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danlooo committed Nov 11, 2024
1 parent 94a5368 commit ec7dbfe
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
name: Deploy cloud infrastructure
on:
push:
branches:
- main
jobs:
Explore-GitHub-Actions:
deploy-cloud-infrastructure:
runs-on: ubuntu-latest
environment: default
steps:
- uses: hashicorp/setup-terraform@v3
with:
Expand Down

0 comments on commit ec7dbfe

Please sign in to comment.