Skip to content

Commit

Permalink
Create deploy package
Browse files Browse the repository at this point in the history
  • Loading branch information
gzurowski committed May 22, 2024
1 parent ac8e243 commit 3c15e76
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,17 @@ jobs:
with:
repository: "researchhub/researchhub-internal-utils"
ref: main
path: researchhub-internal-utils
token: ${{ secrets.PAT }}

- name: Copy Beanstalk configuration files
run: cp -r researchhub-internal-utils/deploy/backend/config/. src

- name: Generate Beantalk deployment package
run: zip -r deploy.zip src

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: deploy
path: deploy.zip

0 comments on commit 3c15e76

Please sign in to comment.