build: add autodeploy workflow
Some checks failed
Publish image / create-docker-images (push) Successful in 34s
Publish image / deploy (push) Failing after 9s

This commit is contained in:
Alexander Navarro 2024-12-09 10:49:01 -03:00
parent f3d7ff5d71
commit 34cfc5b1bf
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