This commit is contained in:
BBaoVanC 2021-11-22 21:13:56 -06:00
parent beb1faf3a8
commit 49384ebd5f
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ jobs:
MODE: push
VERBOSE: true
KEY: ${{secrets.DEPLOY_SSH_KEY}}
TARGET: /var/www/demo.bbaovanc.com/pull_request/${{ github.event.number }}/
TARGET: /var/www/demo.bbaovanc.com/pull_request/test/${{ github.event.number }}/
ARGS_MORE: --checksum
- name: Finish deployment
@ -88,7 +88,7 @@ jobs:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.number }}
body: |
A preview of this pull request is ready!
test test test test test test test test test test
See it at https://demo.bbaovanc.com/pull_request/${{ github.event.number }}/
View the deploy log at https://github.com/BBaoVanC/bbaovanc.com/actions/runs/${{ github.run_id}}
Please note that currently the comment system is only operational on real deploys on bbaovanc.com. If you see an error, it's probably not your fault.