Update .gitea/workflows/main.yml
All checks were successful
Build Mau & Deploy Mau / build (push) Successful in 1m38s
Build Mau & Deploy Mau / deploy (push) Successful in 3m59s

This commit is contained in:
2024-05-27 21:00:13 +00:00
parent 3294b1adf9
commit 7123bc4529

View File

@@ -49,12 +49,6 @@ jobs:
with:
fetch-depth: 0
- name: Create .env File
run: |
touch .env
echo "REACT_APP_API_URL=https://mau-mau.nl/api" > .env
echo "REACT_APP_WEBSOCKET_URL=wss://mau-mau.nl/api" >> .env
- name: Set up Docker BuildX
uses: docker/setup-buildx-action@v2
with: