Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender authored Oct 28, 2023
1 parent c45fe8c commit 9765e3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
password: ${{ secrets.SSH_PASSWORD }}
port: 22
script: |
docker stop rustbyte-website
docker rm rustbyte-website
sudo docker stop rustbyte-website
sudo docker rm rustbyte-website
cd rustbyte-website
git pull
docker build -t rustbyte-website .
docker run --name rustbyte-website -d -p 8899:8899 rustbyte-website
sudo docker build -t rustbyte-website .
sudo docker run --name rustbyte-website -d -p 8899:8899 rustbyte-website

0 comments on commit 9765e3e

Please sign in to comment.