Skip to content

Commit

Permalink
Add initial CI for new AWS environment
Browse files Browse the repository at this point in the history
  • Loading branch information
gzurowski committed May 22, 2024
1 parent 170cd4a commit 2eb1740
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Continuous Integration

on:
push:
branches:
- "feature/beanstalk-cicd"
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout application repository
uses: actions/checkout@v4

- name: Checkout deploy repository
uses: actions/checkout@v4
with:
repository: "researchhub/researchhub-internal-utils"
ref: main
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2eb1740

Please sign in to comment.