Commit 017dcac 1 parent e1ed322 commit 017dcac Copy full SHA for 017dcac
File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 48
48
# sudo yum install -y docker git
49
49
# sudo service docker start
50
50
# sudo usermod -aG docker ec2-user
51
- # sudo curl -L "https://github.com/docker/compose/releases/download/1.29.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
52
- # sudo chmod o+rwx /usr/local/bin/docker-compose
53
51
- name : Deploy using SSH
54
52
uses : appleboy/ssh-action@v1.0.3
55
53
with :
67
65
echo "${{ secrets.WWRANDO_DEV_TANJO3_SEED_KEY }}" > tww-rando-bot/wwrando-dev-tanjo3/keys/seed_key.py
68
66
echo "${{ secrets.WWRANDO_RS_SEED_KEY }}" > tww-rando-bot/wwrando-random-settings/keys/seed_key.py
69
67
cd tww-rando-bot
70
- docker- compose build --no-cache
68
+ docker compose build --no-cache
71
69
export GITHUB_TOKEN=${{ secrets.BOT_GITHUB_TOKEN }}
72
70
export CLIENT_ID=${{ secrets.RACETIME_CLIENT_ID }}
73
71
export CLIENT_SECRET=${{ secrets.RACETIME_CLIENT_SECRET }}
74
- docker- compose up -d
72
+ docker compose up -d
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ generating [TWW Randomizer](https://github.com/LagoLunatic/wwrando) seeds in rac
14
14
### Installation
15
15
16
16
1 . Clone the repo
17
- 2 . Build the Docker image with ` docker- compose build `
17
+ 2 . Build the Docker image with ` docker compose build `
18
18
19
19
### Usage
20
20
@@ -25,4 +25,4 @@ export CATEGORY_SLUG=... # the slug of the racetime.gg category the bot should o
25
25
export CLIENT_ID=... # the OAuth2 client ID for this bot on racetime.gg
26
26
export CLIENT_SECRET=... # the OAuth2 client secret for this bot on racetime.gg
27
27
```
28
- 2 . Run ` docker- compose up ` to start the bot.
28
+ 2 . Run ` docker compose up ` to start the bot.
You can’t perform that action at this time.
0 commit comments