Compare commits

...
2 Commits
Author SHA1 Message Date
legonzaur 6c56c8682f Merge branch 'main' of git.legonzaur.fr:heronfief/front 2024-08-02 20:04:56 +02:00
legonzaur 92a9d52a8c Ci : skip ssh setup 2024-08-02 20:03:31 +02:00
+2 -10
View File
@@ -20,18 +20,10 @@ jobs:
lfs: false
persist-credentials: false
- name: setup private key
- name: LFS Checkout
shell: bash
run: |
echo "${{ secrets.RUNNER_SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
chmod 400 ~/.ssh/id_ed25519
echo "{{ secrets.INSTANCE_SSH_PUBLIC_KEY }} > ~/.ssh/known_hosts"
- name: git lfs pull
shell: bash
run: |
ssh-keyscan ${{ env.ENDPOINT }} >> ~/.ssh/known_hosts
git remote set-url origin git@${{ env.ENDPOINT }}:${{ env.REPO_NAME }}.git
git remote set-url origin https://${{ env.ENDPOINT }}/${{ env.REPO_NAME }}.git
git lfs pull
- name: Login to DockerHub