Update deploy.yml

This commit is contained in:
TheThomaas 2023-05-26 22:02:11 +02:00
parent 833561ac28
commit 24afe68628

View file

@ -21,7 +21,9 @@ jobs:
- name: Build Docker image
run: docker build -t ${{ secret.CONTAINER_IMAGE }} --build-arg SITE_DIRECTORY=dist .
- run: echo "${{ secret.CONTAINER_NAME }} ${{ secret.CONTAINER_IMAGE }}"
- run: |
echo ${{secrets.CONTAINER_NAME}} | sed 's/./& /g'
echo ${{secrets.CONTAINER_IMAGE}} | sed 's/./& /g'
- name: Remove old Docker container
run: |