Fix Bitbucket auth migration in deploy workflow

This commit is contained in:
Scott Idem
2026-06-09 08:32:57 -04:00
parent 6c6de37419
commit ef249b1745
2 changed files with 16 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ Create the base directory and clone this environment:
```bash
sudo mkdir -p /srv/env/aether
sudo chown -R $USER:$USER /srv/env/aether
git clone https://bitbucket.org/oneskyit/one-sky-it-container-environment.git /srv/env/aether/container_env
git clone git@bitbucket.org:oneskyit/one-sky-it-container-environment.git /srv/env/aether/container_env
```
### 3. Configure Environment Settings