Skip to content

Commit

Permalink
chore(ci): Test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed Jun 5, 2024
1 parent 209a9af commit 36caa8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Production

on:
push:
branches: [main]
branches: [main, ci-aws]

env:
AWS_REGION: ap-southeast-2
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN --mount=type=secret,id=GUILD_ID,target=/run/secrets/GUILD_ID \
--mount=type=secret,id=BOT_TOKEN,target=/run/secrets/BOT_TOKEN \
GUILD_ID=$(cat /run/secrets/GUILD_ID) \
BOT_TOKEN=$(cat /run/secrets/BOT_TOKEN) \
&& echo "Guild ID: $GUILD_ID" \
&& pip install poetry \
&& poetry config virtualenvs.create false \
&& poetry install --no-dev
Expand Down

0 comments on commit 36caa8f

Please sign in to comment.