Skip to content

remove Google analytics #25

remove Google analytics

remove Google analytics #25

Workflow file for this run

name: Deploy UIkit Site
on:
push:
branches:
- main
env:
ANSIBLE_REMOTE_USER: root
ANSIBLE_PYTHON_INTERPRETER: auto_silent
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
deploy:
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Run playbook
uses: dawidd6/action-ansible-playbook@v5
with:
playbook: ./.github/playbooks/setup.yml
options: -e "uikit_domain='getuikit.com, www.getuikit.com'"
inventory: |
[uikit]
91.98.38.146
key: ${{ secrets.ACTIONS_SSH_PRIVATE_KEY }}