refactor: add deploy

This commit is contained in:
Mauricio Siu
2024-08-01 00:58:41 -06:00
parent e7051d2bd1
commit 7547f5ec27
2 changed files with 2 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ on:
push:
branches: ["feat/docker-images-apps"]
pull_request:
branches: ["main"]
branches: ["canary", "main"]
env:
IMAGE_NAME: dokploy/website:latest
@@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Log in to Docker Hub
uses: docker/login-action@v2