1 Commits

Author SHA1 Message Date
49384ebd5f test 2021-11-22 21:13:56 -06:00

View File

@ -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.