From 015a1bc0279b4a1baec15131d91f42c9550cb045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20NAVARRETE=20GUTI=C3=89RREZ?= Date: Thu, 10 Oct 2024 22:45:42 +0200 Subject: [PATCH] ci-cd: no parallel generation and deploy --- .github/workflows/generation-test.yml | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/.github/workflows/generation-test.yml b/.github/workflows/generation-test.yml index 5fd4387..d0f0e50 100644 --- a/.github/workflows/generation-test.yml +++ b/.github/workflows/generation-test.yml @@ -45,19 +45,14 @@ jobs: shell: bash -l {0} run: | bash scripts/generate.sh - - deploy_to_server: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: deploy - uses: mdallasanta/ssh-scp-deploy@v1.2.0 - with: - host: ${{ secrets.HOST }} - user: ${{ secrets.USERNAME }} - key: ${{ secrets.KEY }} - port: ${{ secrets.PORT }} - local: 'sentier_vocab/output/*' - remote: sentier_vocab - scp_options: -r - post_upload: '/home/sentier_vocab_robot/load_graphs.sh /home/sentier_vocab_robot/sentier_vocab/new_ttls.json' + - name: deploy + uses: mdallasanta/ssh-scp-deploy@v1.2.0 + with: + host: ${{ secrets.HOST }} + user: ${{ secrets.USERNAME }} + key: ${{ secrets.KEY }} + port: ${{ secrets.PORT }} + local: 'sentier_vocab/output/*' + remote: sentier_vocab + scp_options: -r + post_upload: '/home/sentier_vocab_robot/load_graphs.sh /home/sentier_vocab_robot/sentier_vocab/new_ttls.json'