-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,8 +48,6 @@ jobs: | |
# sudo yum install -y docker git | ||
# sudo service docker start | ||
# sudo usermod -aG docker ec2-user | ||
# 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 | ||
# sudo chmod o+rwx /usr/local/bin/docker-compose | ||
- name: Deploy using SSH | ||
uses: appleboy/[email protected] | ||
with: | ||
|
@@ -67,8 +65,8 @@ jobs: | |
echo "${{ secrets.WWRANDO_DEV_TANJO3_SEED_KEY }}" > tww-rando-bot/wwrando-dev-tanjo3/keys/seed_key.py | ||
echo "${{ secrets.WWRANDO_RS_SEED_KEY }}" > tww-rando-bot/wwrando-random-settings/keys/seed_key.py | ||
cd tww-rando-bot | ||
docker-compose build --no-cache | ||
docker compose build --no-cache | ||
export GITHUB_TOKEN=${{ secrets.BOT_GITHUB_TOKEN }} | ||
export CLIENT_ID=${{ secrets.RACETIME_CLIENT_ID }} | ||
export CLIENT_SECRET=${{ secrets.RACETIME_CLIENT_SECRET }} | ||
docker-compose up -d | ||
docker compose up -d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters