Renaming landing_page directory to website
This commit is contained in:
parent
9ddcff4fc7
commit
3bd2c2b48a
80 changed files with 3 additions and 3 deletions
4
.github/workflows/build-and-deploy.yml
vendored
4
.github/workflows/build-and-deploy.yml
vendored
|
@ -71,8 +71,8 @@ jobs:
|
|||
- name: "Build and push back image"
|
||||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
dockerfile: landing_page/Dockerfile
|
||||
path: landing_page/
|
||||
dockerfile: website/Dockerfile
|
||||
path: website/
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: thecodingmachine/workadventure-website
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue