diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 47caf9b..8e3d14a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -15,11 +15,16 @@ on: permissions: id-token: write contents: read + jobs: deploy: runs-on: ubuntu-latest environment: ${{ inputs.environment_name }} steps: + - name: Install Azure CLI + run: | + curl -sL https://aka.ms | 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