Compare commits

..

No commits in common. "7e24a7444e37887b3e26a510b5b378249b8df7b7" and "cc559a4aa397a46c66bb3d7ebdb475c3d3722917" have entirely different histories.

View File

@ -1,16 +0,0 @@
name: Publish JOBot on dev
on: [push]
branch: dev
jobs:
build and deploy:
runs-on: ubuntu-latest
name: Build and deploy
steps:
- name: Update repo
run: |
cd /home/dockeruser/jobot-stack/JOBot.Backend
git checkout dev
git pull
dotnet ef database update
sudo docker compose up --build -d