feat(ci): deploy develop to stagnet1 (#3609)

This commit is contained in:
Mikołaj Młodzikowski 2023-05-04 16:29:31 +02:00 committed by GitHub
parent 5032d87f98
commit 4fd0f6819a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ jobs:
fi
fi
elif [[ "${{ github.ref }}" =~ .*develop$ ]]; then
envName="stagnet3"
envName="stagnet1"
fi
bucketName="${{ matrix.app }}.${envName}.${domain}"
echo BUCKET_NAME=${bucketName} >> $GITHUB_ENV