Skip to content

Commit

Permalink
Tiny change
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Aug 26, 2023
1 parent 078a5cb commit b865c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
docker stop rustbyte-website
docker rm rustbyte-website
cd rustbyte-website
git pull https://rustbyte-solutions:${{ secrets.GIT_PASSWORD }}@github.com/rustbyte-solutions/rustbyte-website.git
git pull
docker build -t rustbyte-website .
docker run --name rustbyte-website -d -p 8080:8080 rustbyte-website

0 comments on commit b865c96

Please sign in to comment.