mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 22:27:22 +00:00
fix Deploy Console 🚀 step
This commit is contained in:
5
.github/workflows/cd.yml
vendored
5
.github/workflows/cd.yml
vendored
@@ -134,7 +134,6 @@ jobs:
|
||||
|
||||
- name: Deploy Console 🚀
|
||||
run: |
|
||||
|
||||
DEPLOY_BUCKET=${{ env.PROJECT }}}-${{ env.STACK }}
|
||||
wget -O- https://github.com/bep/s3deploy/releases/download/v2.11.0/s3deploy_2.11.0_linux-amd64.tar.gz | tar xzv -C /usr/bin/ -f - s3deploy
|
||||
s3deploy -region ${AWS_REGION} -source console/dist -bucket ${DEPLOY_BUCKET}
|
||||
wget -O- https://github.com/bep/s3deploy/releases/download/v2.11.0/s3deploy_2.11.0_linux-amd64.tar.gz | tar xzv -f - s3deploy
|
||||
./s3deploy -region ${AWS_REGION} -source console/dist -bucket ${DEPLOY_BUCKET}
|
||||
|
||||
Reference in New Issue
Block a user