fixed migration
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 3m7s

This commit is contained in:
Alexis Bruneteau 2025-06-02 15:40:15 +02:00
parent 7addc9c0ae
commit 64d0aec872

View File

@ -13,6 +13,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Env Config
run: |
echo "${{ secrets.LARAVEL_ENV }}" | base64 -d > .env
cat .env
- name: Build Docker image
run: |
docker build -t ${{ secrets.REGISTRY_URL }}/${{ secrets.REGISTRY_USER }}/hosting-backend-prod:${{ github.sha }} .
@ -37,10 +42,7 @@ jobs:
echo "${{ secrets.KUBE_CONFIG }}" | base64 -d > ~/.kube/config
chmod 600 ~/.kube/config
- name: Env Config
run: |
echo "${{ secrets.LARAVEL_ENV }}" | base64 -d > .env
cat .env
- name: Validate kubeconfig
run: |