Skip to content

Commit

Permalink
updating yml file for twitter bot
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shubh committed May 23, 2024
1 parent 1743ab1 commit 259fb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
sudo docker stop netsepio-twitter-bot && sudo docker rm netsepio-twitter-bot && sudo docker image rm ghcr.io/netsepio/netsepio-discord-bot:twitter_bot
echo ${{ secrets.GHCR_TOKEN }} | sudo docker login ghcr.io -u ${{ secrets.GHCR_USERNAME }} --password-stdin
sudo docker pull ghcr.io/netsepio/netsepio-discord-bot:twitter_bot
sudo docker run --name="netsepio-twitter-bot" --env-file=.env -p 9079:8080 --net=bridge -d ghcr.io/netsepio/netsepio-discord-bot:twitter_bot
sudo docker run --name="netsepio-twitter-bot" --env-file=.env -p 9080:8080 --net=bridge -d ghcr.io/netsepio/netsepio-discord-bot:twitter_bot

0 comments on commit 259fb73

Please sign in to comment.