Skip to content

Commit

Permalink
update cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
thixpin committed May 11, 2024
1 parent 1102f22 commit 34ad77a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devops/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@
docker_image:
name: "{{ IMAGE_NAME }}"
source: pull
force: yes

- name: Run Docker container
docker_container:
name: "{{ CONTAINER_NAME }}"
image: "{{ IMAGE_NAME }}"
state: started
pull: true
restart_policy: always
ports:
- "3001:3000"
Expand Down

0 comments on commit 34ad77a

Please sign in to comment.