Update deploy.yml
All checks were successful
Deploy website to Docker Container / deploy (push) Successful in 35s

This commit is contained in:
TheThomaas 2023-05-26 22:00:37 +02:00
parent c1bac6b6d6
commit 833561ac28

View file

@ -21,7 +21,7 @@ jobs:
- name: Build Docker image
run: docker build -t ${{ secret.CONTAINER_IMAGE }} --build-arg SITE_DIRECTORY=dist .
- run: echo "${{ github.repository }}"
- run: echo "${{ secret.CONTAINER_NAME }} ${{ secret.CONTAINER_IMAGE }}"
- name: Remove old Docker container
run: |