fix vite deploy: add debug
All checks were successful
Deploy Production Server / if_merged (push) Successful in 4m54s
All checks were successful
Deploy Production Server / if_merged (push) Successful in 4m54s
This commit is contained in:
parent
743f2a720c
commit
a4d0e4f9ac
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user