Skip to content

Fixed SEO keywords of the tools pages #95

Fixed SEO keywords of the tools pages

Fixed SEO keywords of the tools pages #95

Workflow file for this run

name: Deploy
on:
push:
branches: [ master ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to production
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd ~/dcmp/bimbalacom
git pull
cd ~/dcmp/
docker compose build public
docker compose up -d public