Skip to content

Commit 700cf2a

Browse files
committed
fix runs on section of workflow
1 parent 32fb8c3 commit 700cf2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ on:
1010
jobs:
1111

1212
check-flake:
13-
runs-on: ci-ocf-decal-web
13+
runs-on: ci-ocf-hugo-decal-web
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: DeterminateSystems/flake-checker-action@v9
1717

1818
build_and_deploy:
1919

20-
runs-on: ci-ocf-decal-web
20+
runs-on: ci-ocf-hugo-decal-web
2121

2222
steps:
2323
- name: Checkout
@@ -34,5 +34,5 @@ jobs:
3434
chmod 400 known_hosts
3535
3636
- name: Deploy with rsync
37-
run: nix develop .#deploy -c rsync -e "ssh -v -o UserKnownHostsFile=known_hosts -i id_ed25519" --verbose --compress --partial --checksum --progress --human-readable --archive --delete result/ deploy-bestdocs@amethyst.ocf.berkeley.edu:/var/www/bestdocs
37+
run: nix develop .#deploy -c rsync -e "ssh -v -o UserKnownHostsFile=known_hosts -i id_ed25519" --verbose --compress --partial --checksum --progress --human-readable --archive --delete result/ deploy-decal@amethyst.ocf.berkeley.edu:/var/www/decal
3838

0 commit comments

Comments
 (0)