We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507c339 commit b2c48d2Copy full SHA for b2c48d2
1 file changed
.github/workflows/deploy.yml
@@ -135,10 +135,6 @@ jobs:
135
"GITHUB_TOKEN=$(aws ssm get-parameter --name /tt/github-token --with-decryption --query Parameter.Value --output text --region ap-northeast-2)",
136
"echo \"$GITHUB_TOKEN\" | docker login ghcr.io -u ${{ github.actor }} --password-stdin 2>/dev/null",
137
138
- "set -a && source doppler.env && set +a",
139
- "envsubst < monitoring/alertmanager/alertmanager.yml > /tmp/alertmanager-resolved.yml",
140
- "cp /tmp/alertmanager-resolved.yml monitoring/alertmanager/alertmanager.yml",
141
-
142
"doppler run --project \"$DOPPLER_PROJECT\" --config \"$DOPPLER_CONFIG\" -- docker compose pull",
143
"doppler run --project \"$DOPPLER_PROJECT\" --config \"$DOPPLER_CONFIG\" -- docker compose up -d --force-recreate",
144
0 commit comments