feat: ci for all pushes, deploy with ssh key, local compose with build
CI / build (push) Failing after 2m11s
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-06-13 21:00:09 +03:00
parent fb6bf6e1bf
commit 2a108e1b5a
5 changed files with 28 additions and 25 deletions
+7
View File
@@ -0,0 +1,7 @@
services:
app:
build:
context: .
dockerfile: dockerfile
ports:
- "80:80"