Skip to content

Commit

Permalink
ci: pull template deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Oct 31, 2023
1 parent 9dc61cc commit c241399
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vultr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
working-directory: ./das-infra-stack-vultr
run: faas-cli login -p ${{ secrets.OPENFAAS_GATEWAY_PASSWD }} -g ${{ secrets.OPENFAAS_GATEWAY }}

- name: Pull template
working-directory: ./das-infra-stack-vultr
run: faas-cli template store pull python3

- name: Deploy the function
working-directory: ./das-infra-stack-vultr
run: faas-cli deploy -f ${{ env.DEPLOYMENT_FILE }}

0 comments on commit c241399

Please sign in to comment.