Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yayacat committed Jun 20, 2024
1 parent 587ce72 commit 0a108b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: images.exptech.dev/exptech-web:latest
tags: images.exptech.dev/exptech-docs:latest
use:
runs-on: self-hosted
needs: docker
steps:
- name: Load image
run: |
docker pull images.exptech.dev/exptech-web
docker pull images.exptech.dev/exptech-docs
docker image ls -a
cd /home/whes1015
docker compose up -d

0 comments on commit 0a108b9

Please sign in to comment.