File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
12
12
check-flake :
13
- runs-on : ci-ocf-decal-web
13
+ runs-on : ci-ocf-hugo- decal-web
14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
- uses : DeterminateSystems/flake-checker-action@v9
17
17
18
18
build_and_deploy :
19
19
20
- runs-on : ci-ocf-decal-web
20
+ runs-on : ci-ocf-hugo- decal-web
21
21
22
22
steps :
23
23
- name : Checkout
34
34
chmod 400 known_hosts
35
35
36
36
- 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
38
38
You can’t perform that action at this time.
0 commit comments