Skip to content

Hackathon Infra Deploy #1

Hackathon Infra Deploy

Hackathon Infra Deploy #1

Workflow file for this run

name: 'Hackathon Infra Deploy'
on:
workflow_dispatch:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
jobs:
terraform:
name: Terraform Deploy
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
run: sudo apt-get install make -y
- name: Terraform Deploy
run: make deploy