1
0
forked from PGL/Clyde

fixup! fixup! typo

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 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - 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 - name: pushing to the server
run: | run: |
echo "${{ secrets.SSH_KEY }}" > key echo "${{ secrets.SSH_KEY }}" > key