Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Mar 31, 2024
1 parent d94dbe0 commit 03ed08f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend_prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: cd backend && gradle jib
run: cd backend && gradle jib --image vovochkastelmashchuk/nest2d
9 changes: 7 additions & 2 deletions nest2dvue/src/views/BlogView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@
<li>- Add support for circle Polyline</li>
</ul>
<h2>Fun news</h2>
<p>Project has first native upload, thank you!!!</p><a href="https://nest2d.online/project/nome">Project
<p>The project has the first organic upload, thank you!!!</p><a href="https://nest2d.online/project/nome">Project
here</a>
<p>Project was fixed by my self, the bug fixed in future the model will works fine</p>
<p>The bugs fixes for support the project. The project was fixed by my self, in future DXF will works
fine.</p>
<h2>Tech task</h2>
<ul>
<li>Implement CI for the backend project</li>
</ul>
<h2>Next stages</h2>
<ul>
<li>Implement the nested history page</li>
Expand Down

0 comments on commit 03ed08f

Please sign in to comment.