test new deploy
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 19s

This commit is contained in:
2026-01-30 15:38:31 -05:00
parent 1081f921d4
commit c83b16de3f

View File

@@ -33,8 +33,7 @@ jobs:
- name: Build and push PROD Docker image - name: Build and push PROD Docker image
run: | run: |
echo $DOT_ENV | base64 -d > .env echo $DOT_ENV | base64 -d > .env
echo .env docker buildx build --push -f Dockerfile -t $IMAGE_TAG .
docker buildx build --push -t $IMAGE_TAG .
- name: Get the endpoint ID - name: Get the endpoint ID
# Usually ID is 1, but you can get it from the API. Only skip this if you are VERY sure. # Usually ID is 1, but you can get it from the API. Only skip this if you are VERY sure.