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 fe3c4b0 commit 822555cCopy full SHA for 822555c
.github/workflows/deploy-dbt.yml
@@ -41,9 +41,8 @@ jobs:
41
passphrase: ${{ secrets.SERVER_SSH_PASSPHRASE }}
42
port: ${{ secrets.SERVER_PORT }}
43
script: |
44
- cd ndw_apps/dbt-palladium-kenya/
45
- git fetch origin feat/CICDDeployment
46
- git pull origin feat/CICDDeployment
+ cd ndw_apps/dbt-prod/
+ docker-compose pull kenyahmis/dbt-palladium-kenya:latest
47
docker-compose -f docker-compose.prod.yml down
48
docker-compose -f docker-compose.prod.yml up --build -d
49
0 commit comments