Update .forgejo/workflows/deploy.yml
All checks were successful
/ deploy (push) Successful in 35s

This commit is contained in:
Aleks Rutins 2025-06-10 20:58:08 +00:00
parent fd9f25e5d0
commit f8220c7bbf

View file

@ -3,6 +3,7 @@ jobs:
deploy: deploy:
runs-on: selfhosted runs-on: selfhosted
steps: steps:
- uses: actions/checkout@v4
- run: | - run: |
npm ci npm ci
bundle install bundle install