fixup! fixup! typo
All checks were successful
Build and test backend / Build-backend (push) Successful in 1m25s
deploy to production / deploy-frontend (push) Successful in 27s
deploy to production / deploy-backend (push) Successful in 1m8s
Build and test FrontEnd / Build-frontend (push) Successful in 23s

This commit is contained in:
Debucquoy Anthony 2024-04-21 10:33:33 +02:00
parent 30f04b736b
commit 0837cc800a

View File

@ -39,13 +39,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
- uses: gradle/gradle-build-action@v3
- name: building
run: ./gradlew backend:build -x test
- name: pushing to the server
run: |
echo "${{ secrets.SSH_KEY }}" > key