We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a60202 commit 7f4399fCopy full SHA for 7f4399f
.github/workflows/deploy_apps.yml
@@ -38,6 +38,7 @@ jobs:
38
ls content/*.qmd | xargs -i -P 4 quarto render {}
39
40
cd ../infrastructure/app
41
+ echo ${{ secrets.DOCKER_PASSWORD }} | docker login --username ${{ vars.DOCKER_USERNAME }} --password-stdin
42
docker compose build
43
docker compose push
44
docker compose up --detach
0 commit comments