mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-07-04 11:07:32 -05:00
Compare commits
1 Commits
5b067faf53
...
test
Author | SHA1 | Date | |
---|---|---|---|
49384ebd5f
|
4
.github/workflows/pull_request.yml
vendored
4
.github/workflows/pull_request.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
|||||||
MODE: push
|
MODE: push
|
||||||
VERBOSE: true
|
VERBOSE: true
|
||||||
KEY: ${{secrets.DEPLOY_SSH_KEY}}
|
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
|
ARGS_MORE: --checksum
|
||||||
|
|
||||||
- name: Finish deployment
|
- name: Finish deployment
|
||||||
@ -88,7 +88,7 @@ jobs:
|
|||||||
comment-id: ${{ steps.fc.outputs.comment-id }}
|
comment-id: ${{ steps.fc.outputs.comment-id }}
|
||||||
issue-number: ${{ github.event.number }}
|
issue-number: ${{ github.event.number }}
|
||||||
body: |
|
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 }}/
|
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}}
|
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.
|
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.
|
||||||
|
Reference in New Issue
Block a user