diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 8e3d14a..4dde5cb 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -23,8 +23,8 @@ jobs: steps: - name: Install Azure CLI run: | - curl -sL https://aka.ms | sudo bash - + curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash + - name: Log in to Azure uses: azure/login@v3 with: diff --git a/api/README.md b/api/README.md index 2067978..4e03d3a 100644 --- a/api/README.md +++ b/api/README.md @@ -1,5 +1,3 @@ # Flying API An API for the Flying app. - -... \ No newline at end of file diff --git a/client/README.md b/client/README.md index 90a1d60..e69de29 100644 --- a/client/README.md +++ b/client/README.md @@ -1 +0,0 @@ -... \ No newline at end of file