mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-07-04 11:07:32 -05:00
Compare commits
1 Commits
isso-comme
...
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
|
||||
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.
|
||||
|
Reference in New Issue
Block a user