Skip to content

Commit

Permalink
Create deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Josef Edwards <joed6834@colorado.edu>
  • Loading branch information
bearycool11 authored Nov 15, 2024
1 parent a17b728 commit 359edbf
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Deploy Press Release to Memory Silos

on:
push:
branches:
- main
paths:
- press_release.json

jobs:
deploy-press-release:
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Set up Environment
run: sudo apt-get update && sudo apt-get install -y gcc openssl curl

- name: Make Scripts Executable
run: chmod +x *.sh

- name: Run Deploy Script
run: ./Deploy_Press_Release.sh

0 comments on commit 359edbf

Please sign in to comment.