chore: remove deploy workflow configuration file
All checks were successful
All checks were successful
This commit is contained in:
parent
d9324ee7f0
commit
d2560c6049
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
|||
name: Deploy
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "backend/**"
|
||||
|
||||
jobs:
|
||||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build Docker Image
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Build Image
|
||||
run: docker buildx build -f backend/.docker/Dockerfile -t git.kjan.de/szut/casino-backend:latest backend
|
||||
- name: Login
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.kjan.de
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PASS }}
|
||||
- name: Push
|
||||
run: docker push git.kjan.de/szut/casino-backend:latest
|
Loading…
Add table
Add a link
Reference in a new issue