Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Jan 15, 2024
1 parent 001bad8 commit 1d13b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
nix-shell --pure --run true
- name: Build Cython
- name: Build Cython modules
run: |
nix-shell --pure --run cython-build
Expand All @@ -57,7 +57,7 @@ jobs:
run: |
scp "${{ env.IMAGE_PATH }}" remote:~
- name: Deploy
- name: Deploy on remote
run: |
ssh remote <<\EOF
set -e
Expand Down

0 comments on commit 1d13b58

Please sign in to comment.