build: add autodeploy workflow
All checks were successful
Publish image / create-docker-images (push) Successful in 31s
Publish image / deploy (push) Successful in 15s

This commit is contained in:
Alexander Navarro 2024-12-09 10:49:01 -03:00
parent f3d7ff5d71
commit 893b80d262
3 changed files with 21 additions and 2 deletions

View file

@ -4,7 +4,7 @@ networks:
services:
page:
image: git.alecodes.page/alecodes/page:latest
image: git.alecodes.page/alecodes/page:${GITHUB_SHA:-latest}
restart: unless-stopped
networks:
- reverse-proxy