dockerize project #3

Merged
csimonis merged 40 commits from feature/build into main 2024-12-04 17:37:10 +00:00
Showing only changes of commit 35ef9ee8cc - Show all commits

View File

@ -6,9 +6,10 @@ on: push
# branches: # branches:
# - main # - main
jobs: jobs:
deploy: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: test - name: build
run: echo "test" working-directory: .docker
run: docker build -t git.simonis.lol/sites/file-explorer:latest .