Skip to content

Commit

Permalink
Merge pull request #4 from questdb/kellen/test-4
Browse files Browse the repository at this point in the history
test4
  • Loading branch information
goodroot authored Oct 3, 2023
2 parents 59da0de + b4d2ddc commit 239c8ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: "Prod deploy"
name: "Sync to questdb.io for prod deploy"

on:
push:
branches:
- master
- main

jobs:
deploy:
name: "Deploy"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: "src"
ref: "main"
persist-credentials: false

- name: Checkout2
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: "dst"
ref: "main"
ref: "master"
repository: "questdb/questdb.io"
token: ${{ secrets.DEPLOY_TOKEN }}
fetch-depth: 0
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
shell: bash
working-directory: dst
run: |
git config --global user.name "questbot [bot]"
git config --global user.email "${{ secrets.DEPLOY_TOKEN }}"
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit -m "deploy: Updated docs from ref: ${GITHUB_REF}"
git push
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# documentation

The questDB docs test3.
The questDB docs test4.

0 comments on commit 239c8ef

Please sign in to comment.