test new deploy
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 19s
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 19s
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user