Skip to content

Get production server to automatically deploy new version when master changes #48

@amcewen

Description

@amcewen

The production server is running off the master branch, but currently to update it you need to log in and then run these steps:

  1. cd optimism
  2. git pull
  3. docker-compose build
  4. docker-compose up

We should have it auto-deploy when there are new commits to master.

Metadata

Metadata

Assignees

No one assigned

    Labels

    deploymentIssues about the production server

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions