File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 password : ${{ secrets.GITHUB_TOKEN }}
1919 - name : Build Docker image
2020 run : |
21- docker build -t ghcr.io/${{ github.repository_owner }}/ neyrowz:latest ./website
21+ docker build -t ghcr.io/neyrowz/website :latest ./website
2222 - name : Push Docker image
2323 run : |
24- docker push ghcr.io/${{ github.repository_owner }}/ neyrowz:latest
24+ docker push ghcr.io/neyrowz/website :latest
Original file line number Diff line number Diff line change 11## Production
22``` sh
33docker login ghcr.io
4- docker pull ghcr.io/NeyrowZ/ neyrowz:latest
4+ docker pull ghcr.io/neyrowz/website :latest
55docker compose up -d
66```
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
3131 restart : always
3232
3333 website :
34- image : ghcr.io/NeyrowZ/ neyrowz:latest
34+ image : ghcr.io/neyrowz/website :latest
3535 environment :
3636 - VIRTUAL_HOST=${DOMAIN}
3737 - LETSENCRYPT_HOST=${DOMAIN}
You can’t perform that action at this time.
0 commit comments