Skip to content

Commit

Permalink
Replace emoji for docker compose up
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi committed May 15, 2023
1 parent 717db9a commit d6b35ba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Checkout 🛎️
uses: EasyDesk/action-semver-checkout@v1

- name: Set up Python 🐍
- name: Setup Python 🐍
uses: actions/setup-python@v4
with:
python-version: '3.11'
Expand All @@ -39,7 +39,7 @@ jobs:
run: python manage.py version
working-directory: backend

- name: Set up Docker Buildx 🐳
- name: Setup Docker Buildx 🐳
uses: docker/setup-buildx-action@v2

- name: Build and export image 🏗️
Expand All @@ -63,7 +63,7 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Set up Python 🐍
- name: Setup Python 🐍
uses: actions/setup-python@v4
with:
python-version: '3.11'
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Set up Python 🐍
- name: Setup Python 🐍
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -111,7 +111,7 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Set up Docker Buildx 🐳
- name: Setup Docker Buildx 🐳
uses: docker/setup-buildx-action@v2
- name: Download image artifact ⬇
uses: actions/download-artifact@v3
Expand All @@ -122,7 +122,7 @@ jobs:
run: |
docker load --input /tmp/spellbook-backend.tar
docker image ls -a
- name: Docker compose up 🐳
- name: Docker compose up 🧫
run: docker-compose -f docker-compose.yml up -d --no-build
working-directory: backend
- name: Unit test inside container 🧪
Expand All @@ -149,7 +149,7 @@ jobs:
concurrency: production
environment: scm-production
steps:
- name: Set up Docker Buildx 🐳
- name: SetupDocker Buildx 🐳
uses: docker/setup-buildx-action@v2

- name: Configure AWS credentials 🛠
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
needs: run-migrations
environment: scm-production
steps:
- name: Set up Docker Buildx 🐳
- name: SetupDocker Buildx 🐳
uses: docker/setup-buildx-action@v2

- name: Configure AWS credentials 🛠
Expand Down

0 comments on commit d6b35ba

Please sign in to comment.