Skip to content

Commit

Permalink
fix: deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhJae committed Sep 3, 2024
1 parent b2332a8 commit 9e303c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- name: Set up Nuxt UI Pro license
run: |
echo "NUXT_UI_PRO_LICENSE=${{ secrets.NUXT_UI_PRO_LICENSE }}" > .env
env:
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
- name: Build Docker image
run: |
Expand Down Expand Up @@ -49,6 +47,6 @@ jobs:
gunzip -c bluescript.tar.gz | sudo docker load
sudo docker stop bluescript || true
sudo docker rm bluescript || true
sudo docker run -d --name bluescript --network web bluescript:latest
sudo docker run -d --name bluescript --network web -p 3000:3000 bluescript:latest
sudo docker system prune -f --volumes
ENDSSH

0 comments on commit 9e303c3

Please sign in to comment.