Skip to content

Commit

Permalink
restart in deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Jul 9, 2024
1 parent dbbcfe9 commit c3adf6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/ansible/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
chdir: '{{ ansible_env.HOME }}/draft/server'
executable: /bin/bash

- name: start traefik and nextjs
- name: restart traefik and nextjs
shell: >
source ansible/load_secrets.sh && npm run pm2-start
source ansible/load_secrets.sh && npm run pm2-restart
environment:
CERT_DIR: '{{ ansible_env.HOME }}/cert/'
DRAFT_DOMAIN: '{{ draft_domain }}'
Expand Down

0 comments on commit c3adf6f

Please sign in to comment.