You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deploy:
needs: build # Will only run if the test job succeeds
if: github.ref == 'refs/heads/main' # Only run this job if it is on the main branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: main # Check out main instead of the latest commit
fetch-depth: 0 # Checkout the whole branch
- uses: actions/setup-python@v2
with:
python-version: "3.8.1"
- uses: mhanberg/[email protected]
with:
GIGALIXIR_APP: disguised-massive-moorhen
GIGALIXIR_CLEAN: true # defaults to false
GIGALIXIR_USERNAME: ${{ secrets.GIGALIXIR_USERNAME }}
GIGALIXIR_PASSWORD: ${{ secrets.GIGALIXIR_PASSWORD }}
MIGRATIONS: false # defaults to true
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
I'm using Windows 10.
The text was updated successfully, but these errors were encountered:
mateusrc-dev
changed the title
Não consigo fazer o deploy - Version 3.8.1 was not found in the local cache
I can't deploy - Version 3.8.1 was not found in the local cache
Jul 30, 2023
Error in the image below:
My code is the same as suggested:
deploy:
needs: build # Will only run if the test job succeeds
if: github.ref == 'refs/heads/main' # Only run this job if it is on the main branch
I'm using Windows 10.
The text was updated successfully, but these errors were encountered: