fixed quadlet and path
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 28s
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 28s
This commit is contained in:
@@ -6,7 +6,7 @@ env:
|
||||
TARGET_USER: traefik
|
||||
APP_DIR: /home/traefik/valtrix-website
|
||||
CONTAINER_NAME: valtrix-website
|
||||
QUADLET_FILE: valtrix-website.container
|
||||
QUADLET_FILE: ./deploy/valtrix-website.container
|
||||
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ Requires=edge.network
|
||||
After=edge.network
|
||||
|
||||
[Container]
|
||||
Image=localhost/valtrixweb
|
||||
Image=localhost/valtrix-website
|
||||
ContainerName=valtrixwebsite
|
||||
Network=edge
|
||||
AutoUpdate=registry
|
||||
|
||||
Reference in New Issue
Block a user