Skip to content

Commit

Permalink
Merge pull request #53 from freezingsaddles/fix-deploy
Browse files Browse the repository at this point in the history
fix deploy, part 3. Typos...
  • Loading branch information
obscurerichard authored Jan 1, 2025
2 parents bb20d4b + e15173b commit fc0fa64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.DS_Store
.env*
.swp*
/sync-data
/wordpress
~*
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
awslogs-stream: dd-agent

beanstalkd:
image: freezingsaddles/freezing-beanstalkd:${FREEZING_BEANSTALKD_TAG:-latest # yamllint disable-line rule:line-length
image: freezingsaddles/freezing-beanstalkd:${FREEZING_BEANSTALKD_TAG:-latest} # yamllint disable-line rule:line-length
hostname: beanstalkd
container_name: beanstalkd
volumes:
Expand Down

0 comments on commit fc0fa64

Please sign in to comment.