Skip to content

admin: when updating vegetable name, update also in veggie classes an… #6

admin: when updating vegetable name, update also in veggie classes an…

admin: when updating vegetable name, update also in veggie classes an… #6

Workflow file for this run

name: Deployment
on:
push:
branches:
- main
jobs:
deployment:
runs-on: ubuntu-latest
environment: deploy
steps:
- name: deploy
uses: appleboy/ssh-action@v1
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
script: |
echo "Deploying JobTrackify..."
cd ${{secrets.FOLDER_PATH}}
git pull origin main
docker compose up -d --build