Skip to content

Commit

Permalink
gh
Browse files Browse the repository at this point in the history
  • Loading branch information
samu9 committed Oct 6, 2024
1 parent a992ccb commit 6555197
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,14 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Backend
- name: Build Backend
run: |
cd backend
ls -la
- name: Install flit
run: pip install flit
pip install flit
flit install
flit build
- name: Install dependancies
run: flit install

- name: Build package with flit
run: flit build

- name: Upload tar.gz to remote server
run: |
scp dist/*.tar.gz ${{secrets.REMOTE_USER}}@${{secrets.REMOTE_HOST}}:/opt/hermadata
Expand Down

0 comments on commit 6555197

Please sign in to comment.