We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a9364 commit 841ec39Copy full SHA for 841ec39
.github/workflows/deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: docker/login-action@v2
37
with:
38
registry: registry.gitlab.com
39
- username: ${{ secrets.RTDEVBOT_GITLAB_REGISTRY_USERNAME }}
+ username: ${{ secrets.RTDEVBOT_GITLAB_SERVICE_ACCOUNT }}
40
password: ${{ secrets.RTDEVBOT_GITLAB_REGISTRY_TOKEN }}
41
42
- name: Generate metadata for Docker images
@@ -67,7 +67,8 @@ jobs:
67
platforms: linux/amd64,linux/arm64
68
69
production-azure:
70
- name: Dedicated Caddy server on GCP Compute Engine
+ name: Dedicated Caddy server on Azure VM
71
+ needs: [docker-builds]
72
runs-on: ubuntu-latest
73
environment:
74
name: production
0 commit comments