Skip to content

testing github actions #2

testing github actions

testing github actions #2

Workflow file for this run

name: Docker Image CI
on:
push:
branches: '*'
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Uruchomienie kontenera na podstawie docker-compose-prod.yml po pushu
- name: Run Docker Prod
run: npm run docker:prod
working-directory: Nest_Build # Ustaw właściwą ścieżkę do projektu