Skip to content

Commit

Permalink
Replaced all 'spack_config' with spack-config (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Nov 28, 2023
1 parent f6c6dab commit 4363065
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-deployment-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
with:
hosts: ${{ secrets.HOST }}
private-key: ${{ secrets.SSH_KEY }}
- name: Pull Deployment spack_config
# This command sshs into the given host, and finds all the version directories that spack_config
- name: Pull Deployment spack-config
# This command sshs into the given host, and finds all the version directories that spack-config
# is installed in, then updates them
run: |
ssh ${{ secrets.USER }}@${{ secrets.HOST }} -i ${{ steps.ssh.outputs.private-key-path }} /bin/bash <<'EOT'
cd ${{ vars.ROOT_SPACK_LOCATION }}
find . -maxdepth 1 -mindepth 1 -type d -exec git -C '{}/spack_config' pull \;
find . -maxdepth 1 -mindepth 1 -type d -exec git -C '{}/spack-config' pull \;
EOT

0 comments on commit 4363065

Please sign in to comment.