Skip to content

Commit

Permalink
Merge pull request #572 from DDS-Derek/3.1-dev
Browse files Browse the repository at this point in the history
feat: Local deployment files are provided requirements.txt
  • Loading branch information
EstrellaXD authored Oct 14, 2023
2 parents 155496f + 6396c42 commit a81d93f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@ jobs:
run: |
echo ${{ needs.version-info.outputs.version }}
echo "VERSION='${{ needs.version-info.outputs.version }}'" >> module/__version__.py
- name: Copy requirements.txt
working-directory: ./backend
run:
cp requirements.txt src/requirements.txt

- name: Zip app
run: |
Expand All @@ -262,6 +267,7 @@ jobs:
echo "version=🌟${{ needs.version-info.outputs.version }}" >> $GITHUB_OUTPUT
echo "pre_release=false" >> $GITHUB_OUTPUT
fi
- name: Release
id: release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit a81d93f

Please sign in to comment.