chore: removed autodeploy
All checks were successful
Build Project .NET / build (push) Successful in 33s
All checks were successful
Build Project .NET / build (push) Successful in 33s
This commit is contained in:
parent
255e0e129e
commit
2ed3bedd48
21
.github/workflows/docker-deploy.yml
vendored
21
.github/workflows/docker-deploy.yml
vendored
@ -1,21 +0,0 @@
|
|||||||
name: Deploy
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ "main" ]
|
|
||||||
jobs:
|
|
||||||
update:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Update Git Repository
|
|
||||||
with:
|
|
||||||
context: /home/dockeruser/swapdude-stack
|
|
||||||
run: |
|
|
||||||
pwd
|
|
||||||
git fetch --all
|
|
||||||
git reset --hard origin/main
|
|
||||||
- name: Build & Deploy on docker-compose
|
|
||||||
with:
|
|
||||||
context: /home/dockeruser/swapdude-stack
|
|
||||||
run: |
|
|
||||||
docker compose up -d --build
|
|
Loading…
x
Reference in New Issue
Block a user