docker:push not docker:deploy

This commit is contained in:
dskvr
2022-12-17 22:28:30 +01:00
parent 0e3e981219
commit 7805b362e4

View File

@@ -28,8 +28,7 @@ jobs:
run: doctl registry login -t ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} run: doctl registry login -t ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
- name: Docker Deploy - name: Docker Deploy
run: | run: yarn docker:push
yarn docker:deploy
- name: Pull new image and restart - name: Pull new image and restart
uses: appleboy/ssh-action@v0.1.2 uses: appleboy/ssh-action@v0.1.2