diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7a444ff..5a7f894 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,4 +19,4 @@ jobs: host: ${{ secrets.DOKKU_HOST }} username: deploy key: ${{ secrets.DEPLOY_KEY }} - script: sudo dokku git:from-image margin ghcr.io/margin-at/margin:latest --force \ No newline at end of file + script: sudo docker pull ghcr.io/margin-at/margin:latest && sudo dokku git:from-image margin ghcr.io/margin-at/margin:latest --force \ No newline at end of file