Skip to content

Commit

Permalink
fabfile does pull, up rather than down, up
Browse files Browse the repository at this point in the history
  • Loading branch information
louking committed Dec 12, 2024
1 parent f2b6138 commit aeba87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ def deploy(c, qualifier, branchname='master'):
raise Exit(f'louking/{APP_NAME}/{branchname}/{the_file} does not exist')

# stop and build/start docker services
c.run(f'cd {project_dir} && docker compose down')
c.run(f'cd {project_dir} && docker compose pull')
c.run(f'cd {project_dir} && docker compose up -d')

0 comments on commit aeba87b

Please sign in to comment.