Skip to content

πŸ’„ make sqlAdmin more beautifull and more comfortable #32

πŸ’„ make sqlAdmin more beautifull and more comfortable

πŸ’„ make sqlAdmin more beautifull and more comfortable #32

Workflow file for this run

name: Docker Compose Action
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: ⛑️ checkout@4
uses: actions/checkout@v4
- name: πŸ› οΈ run docker compose
uses: hoverkraft-tech/compose-action@v2.0.1
with:
compose-file: "./compose.yaml"
- name: πŸš€ deploy
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
key: ${{ secrets.KEY }}
script: |
cd /home/matv864/smm_shelter
sudo git fetch --all
sudo git reset --hard origin/main
sudo docker compose up -d --build