ci: add deploy start marker logging
This commit is contained in:
@@ -10,6 +10,17 @@ jobs:
|
||||
if: gitea.ref_name == 'master'
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Deploy start marker
|
||||
run: |
|
||||
echo "=== speedBB deploy started ==="
|
||||
echo "time: $(date -u +'%Y-%m-%dT%H:%M:%SZ')"
|
||||
echo "branch: ${{ gitea.ref_name }}"
|
||||
echo "sha: ${{ gitea.sha }}"
|
||||
echo "actor: ${{ gitea.actor }}"
|
||||
echo "message: ${{ gitea.event.head_commit.message }}"
|
||||
echo "runner: $(hostname)"
|
||||
echo "=============================="
|
||||
|
||||
- name: Custom Checkout
|
||||
env:
|
||||
ANSIBLE_VAULT_PASSWORD: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user