Skip to content

Commit

Permalink
ci-cd: no parallel generation and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tngTUDOR committed Oct 10, 2024
1 parent 471e839 commit 015a1bc
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions .github/workflows/generation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
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'

0 comments on commit 015a1bc

Please sign in to comment.