fix: deploy.yaml
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
||||
IMAGE_BASE="${{ secrets.REGISTRY_USER }}/${{ env.DOCKERHUB_REPO }}"
|
||||
SHA="${{ needs.build.outputs.sha_short }}"
|
||||
|
||||
if [ ! -f "${{ env.ENV_FILE }}" ]; then
|
||||
if [ ! "${{ env.ENV_FILE }}" ]; then
|
||||
echo "Thiếu ${{ env.ENV_FILE }} trên server"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user