This commit is contained in:
parent
368a3b709f
commit
b1ef880eae
1 changed files with 2 additions and 2 deletions
|
|
@ -18,6 +18,6 @@ jobs:
|
|||
path: repository
|
||||
submodules: recursive
|
||||
- run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }} code.hohl.cloud
|
||||
- run: docker build -t code.hohl.cloud/a11yist:latest --target production repository/
|
||||
- run: docker build -t code.hohl.cloud/jwa11y/a11yist:latest --target production repository/
|
||||
- run: docker compose -f /services/a11yist/docker-compose.yml up -d
|
||||
- run: docker push code.hohl.cloud/a11yist:latest
|
||||
- run: docker push code.hohl.cloud/jwa11y/a11yist:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue