diff --git a/.gitea/workflows/deploy_in_prod.yml b/.gitea/workflows/deploy_in_prod.yml index d0c4dfb..1a6f755 100644 --- a/.gitea/workflows/deploy_in_prod.yml +++ b/.gitea/workflows/deploy_in_prod.yml @@ -12,7 +12,7 @@ on: # Here we check that the PR was correctly merged to main jobs: if_merged: - if: github.event.pull_request.merged == true + # if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: @@ -53,7 +53,7 @@ jobs: run: | chmod 740 mvnw ./mvnw package -Pnative -DskipTests - + - name: Copy runner to vps via scp uses: appleboy/scp-action@v0.1.7 # Latest in date when creating the workflow with: