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 7b69515
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,19 @@ 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: |
cd src
zip -r deploy.zip .
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: deploy
path: deploy.zip

0 comments on commit 7b69515

Please sign in to comment.