Skip to content

Commit

Permalink
Update deploy-development.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignas-rgb authored Feb 19, 2024
1 parent 85dd4bf commit 73409e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ jobs:
with:
environment: development
push: true

- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: api-build
retention-days: 3
path: build/api

0 comments on commit 73409e9

Please sign in to comment.